Add
Return the addition of two Integers.
Subtract
Return the subtraction of one Integer from another.
Multiply
Return the multiplication of two Integers.
Divide
Divide a Scalar number by another Scalar number.
Pow
Return a Scalar number raised to a power, where Input A represents the number to raise and Input B represents the exponent.
Square
Return the square of an Integer.
Third Power
Return the third power of an Integer.
Fourth Power
Return the fourth power of an Integer.
Exp
Evaluate the mathematical constant “e” raised to the input Scalar number.
Sqrt
Return the square root of a Scalar number.
Third Root
Return the third root of a Scalar number.
Fourth Root
Return the fourth root of a Scalar number.
Nth Root
Return the Nth root of a Scalar number, where Input A represents the number to root and Input B represents N.
Log
Return the natural logarithm of a Scalar number.
Mod
Return the remainder from the division of one Integer from another.
Min
Return the smallest value between two Integers.
Max
Return the largest value between two Integers.
Average
Return an average of a list of Points.
Abs
Return the absolute value of a Scalar number.

