Fix details/summary tags
This commit is contained in:
parent
42bc5f626d
commit
dc1cd6f8ff
@ -23,7 +23,8 @@ $f(x)$.
|
||||
|
||||
</details>
|
||||
|
||||
<details open="">
|
||||
<details>
|
||||
<summary>
|
||||
|
||||
### Rational Functions
|
||||
|
||||
@ -31,13 +32,12 @@ A function of the type
|
||||
|
||||
$$ \frac{f(x)}{g(x)} $$
|
||||
|
||||
<summary>
|
||||
</summary>
|
||||
|
||||
where $f$ and $g$ are polynomials, is called a rational function.
|
||||
|
||||
Its range has to exclude all those values of $x$ where $g(x) = 0$.
|
||||
|
||||
</summary>
|
||||
</details>
|
||||
|
||||
### Inverse Functions
|
||||
@ -85,7 +85,7 @@ If the two limits are equal, we simply refer to the *limit*.
|
||||
|
||||
$$f(x) = e^x = \exp x$$
|
||||
|
||||
<details open="">
|
||||
<details>
|
||||
<summary>
|
||||
It can also be written as an infinite series:
|
||||
</summary>
|
||||
|
Loading…
Reference in New Issue
Block a user