Skip to content

ceiling

Category: Math

Returns the smallest integer greater than or equal to the input

  • Return type: integer
3.14.ceiling()
(-2.5).ceiling()
5.ceiling()