fabs functions


[Syntax]

double fabs(double x)

float fabsf(float x)

long double fabsl(long double x) [V2.01.00 or later]

[Description]

These functions calculate the absolute value of x.