Abs()

Syntax

Result.f = Abs(Number.f)
Description
Returns the Absolute value (no sign) of the given float value. This function works correctly only with float numbers. With integer it will fail if the integer is too big (loss of precision). Another function will be added to do that.

Supported OS

Windows, Linux, MacOS X

<- ATan() - Math Index - Cos() ->