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