Returns the smallest integer greater than or equal to the specified number.

Syntax

Smartsite SXML CopyCode image Copy Code
float math.ceiling(float a)

Parameters

Name Data Type Description
a Float Input number.

Return Value

Data Type Description
Float The smallest integer greater than or equal toA.

Expand image Remarks

Expand image Example

SXML