SilverScreen Solid Modeler

abs

abs

Previous topic Next topic  

abs

Previous topic Next topic JavaScript is required for the print function  

StandardCLibrary

 

int abs( int val )

 

int val;      /* integer value */

 

 

 




Synopsis

#include "stdlib.h"

 

The abs function returns the absolute value of val .

 

 

Parameters

val may be any integer number.

 

 

Return Value

The absolute value of val .

 

 

See Also

fabs , labs