coremathFloorVersion: 2.11On this pageFloor 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.