fabsf
#include <math.h> float fabsf( float arg ); The function fabsf() returns the absolute value of arg. Related topics: absfmod
float fabsf( float arg ); The function fabsf() returns the absolute value of arg. Related topics: absfmod
float fabsf( float arg );
The function fabsf() returns the absolute value of arg.