Skip to content

Commit

Permalink
Update second-order-forward-mode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletTanyavong committed Nov 25, 2023
1 parent 7014ebe commit aa00a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/autodiff/second-order-forward-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Support for first-order, forward-mode autodiff is provided by the `HyperDual<T>`

Suppose we wanted to find the second derivative of the complex function
$$
f(z,w) = \sin(\tan{z}*\log{w})
f(z,w) = \sin(\tan{z}\log{w})
$$
with respect to $ z $, at the points $ z=1.23+i0.66 $ and $ w=2.34-i0.25 $. We can do so by writing
```csharp
Expand Down

0 comments on commit aa00a6f

Please sign in to comment.