CarlosZamG
Results
1
issues of
CarlosZamG
### Describe your change: Similar to `maths/numerical_analysis/square_root.py`, the new file contains a function that approximates the nth root of a real number using Newton's method. See: https://en.wikipedia.org/wiki/Nth_root#Using_Newton's_method * [x] Add...