Skip to main content
Math functions transform numeric values.

abs

Returns the absolute value of a number.
A negative value becomes positive. A positive value stays positive.

sqrt

Returns the square root of a number.
The input must be zero or positive. Use conditional logic if the input can be negative: