<< Previous | Next >> | |
|
Description
- Computes the long integer absolute value of long integer
x
.Parameters
- x
- Number to compute.
Return value
x
, ifx
≥ 0.
-x
, otherwise.Library
- MATH.LIB
See also
- abs, fabs
Dynamic C Functions | << Previous | Next >> | rabbit.com |