contents   index   previous   next



Clib.fabs()

syntax:

Clib.fabs(x)

where:

x - number to work with.

 

return:

number - absolute value of x, a float.

 

description:

This method returns the absolute, non-negative, value of a float x.

 

see:

Clib.abs()

 

 


Clib.floor()