Commit cf93d93d authored by 97littleleaf11's avatar 97littleleaf11
Browse files

Fix link error

parent a6739c44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

* * *

首先,对于多项式 $f\left(x\right)$ ,若 $\ln{f\left(x\right)}$ 存在,则由其 [定义](../#ln-exp) ,其必须满足:
首先,对于多项式 $f\left(x\right)$ ,若 $\ln{f\left(x\right)}$ 存在,则由其 [定义](../intro/#ln-exp) ,其必须满足:

$$
\left[x^{0}\right]f\left(x\right)=1
+3 −3
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ $$

## Examples

### <span id="inv"> [多项式求逆](../poly-inv) </span>
### <span id="inv"> [多项式求逆](../inv) </span>

设给定函数为 $h\left(x\right)$ ,有方程:

@@ -63,7 +63,7 @@ $$
T\left(n\right)=T\left(\frac{n}{2}\right)+O\left(n\log{n}\right)=O\left(n\log{n}\right)
$$

### <span id="sqrt"> [多项式开方](../poly-sqrt) </span>
### <span id="sqrt"> [多项式开方](../sqrt) </span>

设给定函数为 $h\left(x\right)$ ,有方程:

@@ -86,7 +86,7 @@ $$
T\left(n\right)=T\left(\frac{n}{2}\right)+O\left(n\log{n}\right)=O\left(n\log{n}\right)
$$

### <span id="exp"> [多项式 exp](../poly-exp) </span>
### <span id="exp"> [多项式 exp](../ln-exp) </span>

设给定函数为 $h\left(x\right)$ ,有方程: