Int Function

returns the whole part of a decimal number


Description

The function \(Int\) returns the whole part of a decimal number without a decimal part. The argument can be real values, lists or tables.


Syntax

Int (real)

Int (list)

Int (table)


Example

Int(4.67)= 4


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