|
VMS Help CRTL, fabs *Conan The Librarian |
Returns the absolute value of its argument.
Format
#include <math.h>
double fabs (double x);
float fabsf (float x); (Integrity servers, Alpha)
long double fabsl (long double x); (Integrity servers, Alpha)
Additional Information (explode) :
|
|