We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1711a commit 8af16fcCopy full SHA for 8af16fc
maths/special_numbers/automorphic_number.py
@@ -2,10 +2,6 @@ def is_automorphic_number(number: int, verbose: bool = False) -> bool:
2
"""
3
This function checks if a given number is an automorphic number.
4
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
-
9
Returns:
10
bool: True if the number is automorphic, False otherwise.
11
0 commit comments