Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Mathematical Functions /  Numerical Functions /

IntegerPart

FilledSmallSquare IntegerPart[x] gives the integer part of x.

FilledSmallSquare Mathematical function (see Section A.3.10).
FilledSmallSquare IntegerPart[x] in effect takes all digits to the left of the decimal point and drops the others.
FilledSmallSquare Examples: IntegerPart[2.4]LongRightArrow; IntegerPart[2.6]LongRightArrow; IntegerPart[-2.4]LongRightArrow; IntegerPart[-2.6]LongRightArrow.
FilledSmallSquare IntegerPart[x] + FractionalPart[x] is always exactly x.
FilledSmallSquare IntegerPart[x] returns an integer when x is any numeric quantity, whether or not it is an explicit number.
FilledSmallSquare Example: IntegerPart[Pi^2]LongRightArrow.
FilledSmallSquare For exact numeric quantities, IntegerPart internally uses numerical approximations to establish its result.
FilledSmallSquare See The Mathematica Book on the web: Section 3.2.2.
FilledSmallSquare See also: FractionalPart, Round, Floor, Ceiling, Chop.