Add algorithm for approximating the nth root with Newton's Method #19847
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (A004):
maths/numerical_analysis/nth_root.py#L24
maths/numerical_analysis/nth_root.py:24:18: A004 Import `pow` is shadowing a Python builtin
|