SilverScreen Solid Modeler

labs

labs

Previous topic Next topic  

labs

Previous topic Next topic JavaScript is required for the print function  

StandardCLibrary

 

long labs( long val )

long val;                /* a long integer value */

 

 

 

 

 




Synopsis

#include "stdlib.h"

 

The labs function returns the absolute value of val .

 

 

Parameters

val may be any long integer number.

 

 

Return Value

The absolute value of val .The absolute value of val .

 

 

See Also

abs , fabs