Abs

abs(decimal) -> decimal

Returns the absolute value of the given number

Example:

abs(-0.1)0.1

abs(0.1)0.1

Last updated