fabs
This function is used to return the absolute values for floating-point numbers.
Synopsis
function fabs(
value:numeric
)
Arguments
- value
- One or more values of any dimension.
The absolute value of each element of the value parameter is returned.
The return array is dimensioned the same as the value parameter.
Missing values are ignored. Return value is of type double
if input type is double.
Reference Manual Control Panel
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.8 $ $Date: 1998/11/11 23:32:16 $