Math - v1.18.0

You may use the nav bar to the left to select pages.

Below is a listing of all commands and a brief description for each.

AddTo

Take variable. Add amount to it.

Decr

Make variable be one less.

DivideBy

Make variable become quotient after division.

IsNegative

Tell whether value is negative or not.

IsNonNegative

Tell whether value is non-negative or not.

IsNonNumeric

Tell whether the input is not a numeric value.

IsNonPositive

Tell whether value is non-positive or not.

IsNonZero

Check whether value is non-zero.

IsNumeric

Tell whether the input is a numeric value.

IsPositive

Tell whether value is positive or not.

IsZero

Check whether value is zero or not.

MultiplyBy

Make variable become a multiple of itself.

SubtractFrom

Take variable and subtract amount from it.