Python
Python copied to clipboard
Add Automorphic Number Check Algorithm
This PR adds an implementation of the Automorphic Number check algorithm in the maths directory. Includes:
- Function with type hints
- Docstring with examples
- Doctest for validation
This contributes to #Your Issue (if any)