Element - ₃
- Divisible By Three
Characters:
₃
Description
Check if a is divisible by 3
Overloads
num
-a % 3 == 0 (divisible by 3?)
any
-len(a) == 1 (length is 1?)
Examples
6 ₃
=1
⟨1⟩ ₃
=1
₃
- Divisible By ThreeCharacters:
₃
Check if a is divisible by 3
num
- a % 3 == 0 (divisible by 3?)
any
- len(a) == 1 (length is 1?)
6 ₃
=
1
⟨1⟩ ₃
=
1