Numerical Properties
- CoprimeQ — test whether elements are coprime
- EvenQ — test whether elements are even numbers
- ExactNumberQ — test if an expression is an exact real or complex number
- InexactNumberQ — test if an expression is an not exact real or complex number
- IntegerQ — test whether an expression is an integer
- MachineNumberQ — test if expression is a machine precision real or complex number
- Negative — test whether an expression is a negative number
- NonNegative — test whether an expression is a non-negative number
- NonPositive — test whether an expression is a non-positive number
- NumberQ — test whether an expression is a number
- NumericQ — test whether an expression is a number
- OddQ — test whether elements are odd numbers
- Positive — test whether an expression is a positive number
- PossibleZeroQ — test whether an expression is estimated to be zero
- PrimeQ — test whether elements are prime numbers