<< Previous | Next >>

fabs

float fabs( float x );

Description

Computes the float absolute value of float x.

Parameters

x
Value to compute.

Return value

x, if x >= 0,
else -x.

Library

MATH.LIB

See also

abs


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