Skip to main content
Version: 2.11

Floor

Rounds a number up to the next smallest integer.

Description

Returns the smallest integer smaller than or equal to the given number.

Inputs

  • a (Number): The number to round up.

Outputs

  • floor(a) (Number): The smallest integer smaller than or equal to a.