Skip to content

Commit d300209

Browse files
authored
Update how_it_works.md (#660)
1 parent 16417ec commit d300209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/dev/how_it_works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ overloading a plethora of elementary functions, we can differentiate generic fun
5252
composed of them by passing in a `Dual` number and looking at the output.
5353

5454
We won't discuss higher-order differentiation in detail, but the reader is encouraged to
55-
learn about [hyper-dual numbers](https://adl.stanford.edu/hyperdual/Fike_AIAA-2011-886.pdf),
55+
learn about [hyper-dual numbers](https://arc.aiaa.org/doi/abs/10.2514/6.2011-886),
5656
which extend dual numbers to higher orders by introducing extra ``\epsilon`` terms that can
5757
cross-multiply. ForwardDiff's `Dual` number implementation naturally supports hyper-dual
5858
numbers without additional code by allowing instances of the `Dual` type to nest within each

0 commit comments

Comments
 (0)