factor? val (number), factor (number)
Test to see if factor is indeed a factor of val
. In other words, can val
be divided exactly by factor.
Introduced in v2.1
# Example 1 | |
|
|
# Example 2 | |
|
|
# Example 3 | |
|
|