Function fabs

Top 

 

Declaration:

float fabs(float x);

Description

The fabs function determines the absolute value of the floating-point number val.

Returned function

The fabs function returns the absolute value of val.