Skip to content

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: Negation
  • a!: Factorial

Binary operations

A binary operation is an operation that takes two arguments.

  • a + b: Addition
  • a - b: Subtraction
  • a * b: Multiplication
  • a / b: Division
  • a ^ b: Power