Skip to content

floor

Category: Math

Returns the largest integer less than or equal to the input

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