ceil
ABSTRACT
Calculates the input value rounded towards positive infinity
PARAMETERS
x | the input value |
RETURN
the input value rounded towards positive infinity
DECLARATION
func ceil(x)
Calculates the input value rounded towards positive infinity
x | the input value |
the input value rounded towards positive infinity
func ceil(x)