Calculation group
- Absolute value (abs)
- Addition, sum, plus / Concatenation (add, +)
- Arc cosine (acos)
- Arc sine (asin)
- Arc tangent (atan)
- Bitwise AND (band, &)
- Bitwise left shift (lshift, <<)
- Bitwise NOT (bnot, ~)
- Bitwise OR (bor, |)
- Bitwise right shift (rshift, >>)
- Bitwise unsigned right shift (urshift, >>>)
- Bitwise XOR (bxor, ^)
- Ceiling (ceil)
- Cosine (cos)
- Cube root (cbrt)
- Division (div, /)
- Division remainder (rem, %)
- e (mathematical constant) (e)
- Exponential: base e (exp)
- Filter elementwise (filter)
- Floor (floor)
- Hyperbolic cosine (cosh)
- Hyperbolic sine (sinh)
- Hyperbolic tangent (tanh)
- Logarithm: base 2 (log2)
- Logarithm: base 10 (log10)
- Logarithm: natural / arbitrary base (log)
- Map elementwise (map)
- Modulo (mod, %%)
- Multiplication, product (mul, *)
- Pi (mathematical constant) (pi)
- Power (pow)
- Real division (rdiv, \)
- Rounding (round)
- Sign (signum)
- Sine (sin)
- Square root (sqrt)
- Subtraction, minus / Additive inverse (sub, -)
- Tangent (tan)
, multiple selections available,