There was an error while loading. Please reload this page.
1 parent 9d61427 commit 824d7ebCopy full SHA for 824d7eb
1 file changed
maths/disarium.py
@@ -2,6 +2,8 @@ def is_disarium(num: int) -> bool:
2
"""
3
Check if a number is Disarium.
4
5
+ https://rosettacode.org/wiki/Disarium_numbers
6
+
7
>>> is_disarium(89)
8
True
9
>>> is_disarium(75)
0 commit comments