Calculating percentage on a calculator 9 years ago
If you take "percent" to mean "divided by 100" (which is all percent is), then it makes perfect sense. That is, "340 * 20 %" is "340 * 20 / 100". Would "20 % 340" be more efficient for some use cases? Probably, but it would be giving "%" a different meaning.