Loading docs/math/poly/inv.md +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ $$T\left(n\right)=T\left(\frac{n}{2}\right)+O\left(n\log{n}\right)=O\left(n\log{ ### Newton's Method 参见 [**Newton's Method**](../newton/#newtons-method). 参见 [**Newton's Method**](/math/poly/newton/#newtons-method). ## Code Loading Loading
docs/math/poly/inv.md +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ $$T\left(n\right)=T\left(\frac{n}{2}\right)+O\left(n\log{n}\right)=O\left(n\log{ ### Newton's Method 参见 [**Newton's Method**](../newton/#newtons-method). 参见 [**Newton's Method**](/math/poly/newton/#newtons-method). ## Code Loading