fabs functions


[Syntax]

double fabs(double x)

float fabsf(float x)

[Description]

These functions calculate the absolute value of x.