^^Operazione binaria: notazione infissa, prefissa, postfissa, funzionale. Notazione polacca inversa.
| 2 + 3 |
Infix notation |
|
|
| + 2 3 |
prefix notation |
Polish Notation |
|
| 2 3 + |
postfix notation |
Reverse Polish Notation |
wkp |
| Sum(2,3) |
function notation |
|
|
Infix notation
The common arithmetic and logical formula notation, in
which operators are written infix-style between the operands they act on.
Prefix and postfix notation
- have simpler parser
- parentheses in expressions are not necessary
Function notation
The name of a function suggests a particular operation, and its arguments are the
addends.
Links
- Notazione matematica. Formato.
- Scrittura in riga di radice quadra,
potenza, frazione.
- Notazione funzionale per la funzione
esponenziale