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 /  Algebraic Computation /  Formula Manipulation /

Integers

FilledSmallSquare Integers represents the domain of integers, as in x Integers.

FilledSmallSquare x Integers evaluates immediately only if x is a numeric quantity.
FilledSmallSquare Simplify[expr Integers] can be used to try to determine whether an expression is an integer.
FilledSmallSquare IntegerQ[expr] tests only whether expr is manifestly an integer (i.e., has head Integer).
FilledSmallSquare Integers is output in TraditionalForm as .
FilledSmallSquare See The Mathematica Book on the web: Section 1.4.6 and Section 3.3.10.
FilledSmallSquare See also: Element, Simplify, IntegerQ, Reals, Primes, Algebraics.