Up | Next | Prev | PrevTail | Tail |
These are expressions which, because of the values of the constants and variables in them, evaluate to whole numbers.
Examples:
2, 37 * 999, (x + 3)^2 - x^2 - 6*x
are obviously integer expressions.
j + k - 2 * j^2
is an integer expression when j and k have values that are integers, or if not integers are such that “the variables and fractions cancel out”, as in
k - 7/3 - j + 2/3 + 2*j^2.
Up | Next | Prev | PrevTail | Front |