Math
Number
A number.
Degree
A degree.
Basic Math
Add, subtract, multiply, divide, or use an exponent.
Single Operand
Depending upon the selection, returns the square root, absolute value, negation, natural logarithm, base 10 logarithm, e to the power of, or 10 to the power of a specified number.
Trigonometry
Depending upon the selection returns the sine, cosine, or tangent of a degree (not radian). Or, returns the arcsine, arccosine, or arctangent of a number.
Common Constants
Returns one of the common constants: ∏ (3.141…), e (2.718…), ϕ (1.618…), the sqrt(2) (1.414…), or sqrt(½) (0.707…).
Number Property
Check if a number is an even, odd, prime, whole, positive, negative, or is divisible by a certain number. Returns true or false.
Rounding
Round a number up or down.
Remainder of
Return the remainder from dividing the two numbers.
Constrain
Constrain a number to be between the specified limits (inclusive).
Random Integer
Return a random integer between the two specified limits (inclusive).
Random Fraction
Return a random fraction between 0.0 (inclusive) and 1.0 (exclusive).