Is () multiple of ()
Jump to navigation
Jump to search
The is () multiple of () block is a boolean block and an operators block that detects if a number is a multiple of another number. To get this block, one must add the "Operators Expansion" extension.
Workaround
This block can be worked around by checking if the first number mod the second is 0 (the mod block reports the remainder of the division).