contents index previous next
Clib.ceil()
syntax:
Clib.ceil(x)
where:
x - number to work with.
return:
number - smallest integer greater than x.
description:
This method returns the smallest integer value not less than x.
see:
Clib.floor()
Clib.cos()