Definitions
There is 1 meaning of the phrase
Prefix Notation.
Prefix Notation - as a noun
A parenthesis-free notation for forming mathematical expressions in which each operator precedes its operands
Synonyms (Exact Relations)
lukasiewicz notationpolish notationExample Sentences
"The prefix notation of the mathematical expression (+ 5 2) is + 5 2."
"Programmers often use prefix notation in Lisp."
"One advantage of prefix notation is that it eliminates the need for parentheses in mathematical expressions."
"The prefix notation for the expression (3 + 4) * 2 is * (+ 3 4) 2."
"In prefix notation, the operator comes before its operands."