ExCellerate.Functions.Math.Abs (excellerate v0.4.0)

Copy Markdown View Source

Returns the absolute value of a number.

Examples

abs(-10)    10
abs(5)      5
abs(-3.14)  3.14