Operations
At least the following operations are supported. In the following, a
and b
are arbitrary expressions.
Unary operations
A unary operation is an operation that takes only one argument.
-a
: Negationa!
: Factorial
Binary operations
A binary operation is an operation that takes two arguments.
a + b
: Additiona - b
: Subtractiona * b
: Multiplicationa / b
: Divisiona ^ b
: Power