Skip to content

IntegerPart

IntegerPart(expr)

for real expr return the integer part of expr.

See

Examples

>> IntegerPart(2.4)
2
>> IntegerPart(-9/4)
-2

Ceiling, Floor, FractionalPart, Round

Implementation status

  • ✅ - full supported

Github