Skip to content

Commit 2b650e1

Browse files
authored
Update nondiff_points.md (#562)
typo
1 parent 2f76da0 commit 2b650e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/maths/nondiff_points.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Here we have no real choice but to say the derivative at `0` is `Inf`.
112112
We could consider as an alternative saying some large but finite value.
113113
However, if too large it will just overflow rapidly anyway; and if too small it will not dominate over finite terms.
114114
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)`.
115+
Our alternatives woud be to consider the derivative at `nextfloat(0.0)` or `prevfloat(0.0)`.
116116
But this is more or less the same as choosing some large value -- in this case an extremely large value that will rapidly overflow.
117117

118118

0 commit comments

Comments
 (0)