Skip to content

Divisible

Tests whether the first argument is divisible by the second.

$ wo 'Divisible[10, 2]'
True
$ wo 'Divisible[10, 3]'
False