IntegerPart
IntegerPart(expr)for real
exprreturn the integer part ofexpr.
See
Examples
>> IntegerPart(2.4)2
>> IntegerPart(-9/4)-2Related terms
Ceiling, Floor, FractionalPart, Round
Implementation status
- ✅ - full supported
IntegerPart(expr)for real
exprreturn the integer part ofexpr.
See
>> IntegerPart(2.4)2
>> IntegerPart(-9/4)-2Ceiling, Floor, FractionalPart, Round