UK[si:l] US[si:l]

vt. Install the ceiling, install the grid board in the ship

Third person singular: ceils Present participle: ceiling Past tense: ceiled Past Participle: ceiling

javascript ceil() method syntax

Function:Round up a number.

Syntax:Math.ceil(x)

Parameters:x Required. Must be a numeric value.

Returns:is greater than or equal to x and is the closest integer to it.

Description:The ceil() method performs rounding up calculation, and it returns the integer that is greater than or equal to the function parameter and is the closest to it.

javascript ceil() method example

    Title 

Run instance »

Click the "Run instance" button to view the online instance