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 2f76da0 commit 2b650e1Copy full SHA for 2b650e1
docs/src/maths/nondiff_points.md
@@ -112,7 +112,7 @@ Here we have no real choice but to say the derivative at `0` is `Inf`.
112
We could consider as an alternative saying some large but finite value.
113
However, if too large it will just overflow rapidly anyway; and if too small it will not dominate over finite terms.
114
It is not possible to find a given value that is always large enough.
115
-Our alternatives woud be to consider the dederivative at `nextfloat(0.0)` or `prevfloat(0.0)`.
+Our alternatives woud be to consider the derivative at `nextfloat(0.0)` or `prevfloat(0.0)`.
116
But this is more or less the same as choosing some large value -- in this case an extremely large value that will rapidly overflow.
117
118
0 commit comments