next up previous contents
Next: The Arc-tangent Function Up: Mathematical Functions Previous: Mathematical Functions

The Absolute Value Function

Calling Sequence:
abs(x)
Parameters:
x : real

Returns: real

Synopsis: This function returns the absolute value of the expression x.

Examples:

> abs(-0.3);
> abs(cos(3));




Gaston Gonnet
1998-09-15