Skip to content

Commit 28cd01a

Browse files
junyixumcabbott
andcommitted
fix: Replace \to with \mapsto due to the nonstandard meaning of \to
Co-authored-by: Michael Abbott <[email protected]>
1 parent 4caae57 commit 28cd01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/src/dev/how_it_works.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ two calls to ``f`` to evaluate the gradient:
105105
```
106106
1st call:
107107
```math
108-
\to \vec{x}_{\epsilon} = \begin{bmatrix}
108+
\vec{x}_{\epsilon} = \begin{bmatrix}
109109
x_1 + \epsilon_1 \\
110110
x_2 + \epsilon_2 \\
111111
x_3 \\
112112
x_4
113113
\end{bmatrix}
114-
\to
114+
\mapsto
115115
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,
116116
```
117117
2nd call:

0 commit comments

Comments
 (0)