contents   index   previous   next



Clib.floor()

syntax:

Clib.floor(x)

where:

x - number to work with.

 

return:

number - largest integer not greater than x.

 

description:

This method returns the largest integer value not greater than x.

 

see:

Clib.ceil()

 

 


Clib.fmod()