Operators

add

Add two values.

divide

Divide two values.

dotDivide

Divide two values element wise.

dotMultiply

Multiply two values element wise.

dotPow

Calculates the power of x to y element wise.

mod

Calculates the modulus, the remainder of an integer division.

multiply

multiply two values.

pow

Calculates the power of x to y, x^y.

subtract

subtract two values.

unaryMinus

Inverse the sign of a value. Converts booleans and strings to numbers.

unaryPlus

Converts booleans and strings to numbers.

All functions