前页 后页

fabs

Absolute value.

SYNOPSIS:

double x, y;
y = fabs(x);

DESCRIPTION:

Returns the absolute value of the argument.