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