We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16417ec commit d300209Copy full SHA for d300209
docs/src/dev/how_it_works.md
@@ -52,7 +52,7 @@ overloading a plethora of elementary functions, we can differentiate generic fun
52
composed of them by passing in a `Dual` number and looking at the output.
53
54
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),
+learn about [hyper-dual numbers](https://arc.aiaa.org/doi/abs/10.2514/6.2011-886),
56
which extend dual numbers to higher orders by introducing extra ``\epsilon`` terms that can
57
cross-multiply. ForwardDiff's `Dual` number implementation naturally supports hyper-dual
58
numbers without additional code by allowing instances of the `Dual` type to nest within each
0 commit comments