SilverScreen Solid Modeler

fabs

fabs

Previous topic Next topic  

fabs

Previous topic Next topic JavaScript is required for the print function  

StandardCLibrary

double fabs( double x )

 

double x;    /* a double value */

 

 

 

 




Synopsis

#include "math.h"

 

The fabs function computes the absolute value of x .

 

 

Parameters

x may be any value.

 

 

Return Value

fabs returns the absolute value.

 

 

See Also

abs , labs