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 (losse of precision). Another function will be added to do that.

Supported OS

Windows, Linux

Math - Index