Floor Function

Rounds down to the smaller integer


Description

The function \(Floor\) returns the largest integer smaller than the argument The argument can be real values, lists or tables.


Syntax

Floor (x)

Floor (list)

Floor (table)


Example

Floor(-2.3)= -3

Floor(2.5)= 2


Conversion Functions

Big Real number to Big Integer
Ceil Round up
Deg Converts radians to degrees
Floor Round down
Frac Fractional part of a number
Int Whole part of a number
Rad Converts degrees to radians
Real Big integer to real number