Functions
The following functions are available globally.
-
Returns the absolute value (magnitude, modulus) of
z
. -
Returns the square root of
z
.
-
Returns the absolute value (magnitude) of
x
. -
Returns the closest integral value greater than or equal to
x
. -
Returns the closest integral value less than or equal to
x
. -
Returns the closest integral value; if two values are equally close, returns the one with greater magnitude.
-
Returns the closest integral value with magnitude less than or equal to that of
x
.