Table VII.
The mathematical expression “(a+b) · x” in infix, prefix, postfix and functional notation
| Notation | Expression |
|---|---|
| Infix | (a + b) · x |
| Prefix | ·+ a b x |
| Postfix | a b + x · |
| Functional | ·(+ (a, b), x) |
The mathematical expression “(a+b) · x” in infix, prefix, postfix and functional notation
| Notation | Expression |
|---|---|
| Infix | (a + b) · x |
| Prefix | ·+ a b x |
| Postfix | a b + x · |
| Functional | ·(+ (a, b), x) |