IntegerQ
Usage
• IntegerQ[expr] gives True if expr is an integer, and False otherwise.
Notes
• IntegerQ[expr] returns False unless expr is manifestly an integer (i.e., has head Integer). • Simplify[expr Integers] can be used to try to determine whether an expression is mathematically equal to an integer. • New in Version 1.
|