Skip to content

Commit 8af16fc

Browse files
authored
Update automorphic_number.py
1 parent 4d1711a commit 8af16fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

maths/special_numbers/automorphic_number.py

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ def is_automorphic_number(number: int, verbose: bool = False) -> bool:
22
"""
33
This function checks if a given number is an automorphic number.
44
5-
Args:
6-
number (int): The number to check.
7-
verbose (bool): If True, prints the square of the number and the comparison result. Defaults to False.
8-
95
Returns:
106
bool: True if the number is automorphic, False otherwise.
117

0 commit comments

Comments
 (0)