1 - 10 of 54 for EvenQSearch Results
EvenQ   (Built-in Mathematica Symbol)
EvenQ[expr] gives True if expr is an even integer, and False otherwise.
Types of Numbers   (Mathematica Tutorial)
Four underlying types of numbers are built into Mathematica. Intrinsic types of numbers in Mathematica. Rational numbers always consist of a ratio of two integers, reduced to ...
Putting Constraints on Patterns   (Mathematica Tutorial)
Mathematica provides a general mechanism for specifying constraints on patterns. All you need to do is to put /;condition at the end of a pattern to signify that it applies ...
OddQ   (Built-in Mathematica Symbol)
OddQ[expr] gives True if expr is an odd integer, and False otherwise.
Continue   (Built-in Mathematica Symbol)
Continue[] exits to the nearest enclosing Do, For, or While in a procedural program.
Integer Functions   (Mathematica Guide)
Mathematica contains hundreds of original algorithms for computing integer functions involving integers of any size.
IntegerQ   (Built-in Mathematica Symbol)
IntegerQ[expr] gives True if expr is an integer, and False otherwise.
Testing Expressions   (Mathematica Guide)
Mathematica symbolic expressions can represent an immense range of types of objects. Mathematica provides a rich collection of functions to test expressions. Functions that ...
Divisible   (Built-in Mathematica Symbol)
Divisible[n, m] yields True if n is divisible by m, and yields False if it is not.
NestWhileList   (Built-in Mathematica Symbol)
NestWhileList[f, expr, test] generates a list of the results of applying f repeatedly, starting with expr, and continuing until applying test to the result no longer yields ...
1|2|3|4 ... 6 Next

...