Skip to content

Commit

Permalink
fix: Replace \to with \mapsto due to the nonstandard meaning of `…
Browse files Browse the repository at this point in the history
…\to`

Co-authored-by: Michael Abbott <[email protected]>
  • Loading branch information
junyixu and mcabbott committed Mar 25, 2024
1 parent 4caae57 commit 28cd01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/dev/how_it_works.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ two calls to ``f`` to evaluate the gradient:
```
1st call:
```math
\to \vec{x}_{\epsilon} = \begin{bmatrix}
\vec{x}_{\epsilon} = \begin{bmatrix}
x_1 + \epsilon_1 \\
x_2 + \epsilon_2 \\
x_3 \\
x_4
\end{bmatrix}
\to
\mapsto
f(\vec{x}_{\epsilon}) = f(\vec{x}) + \frac{\delta f(\vec{x})}{\delta x_1} \epsilon_1 + \frac{\delta f(\vec{x})}{\delta x_2} \epsilon_2,
```
2nd call:
Expand Down

0 comments on commit 28cd01a

Please sign in to comment.