Skip to content

ceil

Signature

ceil(number)

Description

Returns the next highest integer value by rounding up if necessary.

Examples

ceil(`1.9`) == `2`