Binary Operation - Notation

Notation

Binary operations are often written using infix notation such as a*b, a + b, aยทb or (by juxtaposition with no symbol) ab rather than by functional notation of the form f(a, b). Powers are usually also written without operator, but with the second argument as superscript.

Binary operations sometimes use prefix or (probably more often) postfix notation, both of which dispense with parentheses. They are also called, respectively, Polish notation and reverse Polish notation.

Read more about this topic:  Binary Operation