ceiling(a)


Returns the smallest integer value that is not smaller than a.

Description of Parameters


Parameter

Description

a

Value.

Examples


Parameter a

Result

100.3

101

100

100

-2.5

-2

See Also