Skip to content

Add algorithm for approximating the nth root with Newton's Method #19847

Add algorithm for approximating the nth root with Newton's Method

Add algorithm for approximating the nth root with Newton's Method #19847

Re-run triggered September 14, 2026 05:13
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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