<< Previous | Next >>

labs

long labs( long x );

Description

Computes the long integer absolute value of long integer x.

Parameters

x
Number to compute.

Return value

 x, if x 0.
-x, otherwise.

Library

MATH.LIB

See also

abs, fabs


Dynamic C Functions << Previous | Next >> rabbit.com