Unverified Commit c2b25ebd authored by abc1763613206's avatar abc1763613206 Committed by GitHub
Browse files

顺手改掉

parent c52895bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,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**](../poly-newton/#sqrt).
参见 [**Newton's Method**](/math/poly/newton/#newtons-method).

## Examples