Next:
Function composition
Up:
Notation
Previous:
Local definition
Arithmetic functions
Arithmetic operations are also functions, used in infix notation:
, but we may also use them in prefix notation:
.
Again, application has priority:
square 1 + 4 * 2 -- means (square 1) + (4 * 2)