Divisibility
https://en.wikipedia.org/wiki/Divisibility
Divisibility := If a and b are ints, then a divides b if b = a*n for some int n. a is called a factor or divisor of b. b is called a multiple of a.
shorthand
a divides bisa | bi.e.divisor | multiple(ab e Z AND b=a*n) . a | b
int
pis even exactly when2 | pzero being even is a special case cuz zero is divisible by any int
Last updated
Was this helpful?