Skip to content

Commit 02f24ae

Browse files
committed
minor consistency tweak
1 parent 02e57a3 commit 02f24ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-14-nr104.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ double invert(T&& func, double y, double lower = 0, double upper = 1, bool shoul
360360
}
361361
```
362362

363-
This performs a basic binary search through our function space, until some very low error tolerance is reached. Additionally, for many functions we won't actually know what our upper bound is, so this guesses it by doubling. That'll only work for functions which are monotonically *increasing*, which is true for all our EoS functions
363+
This performs a basic binary search through our function space, until some very low error tolerance is reached. Additionally, for many functions we won't actually know what our upper bound is, so this guesses it by doubling. That'll only work for functions which are monotonically *increasing*, which is true for all our EOS functions
364364

365365
### Integration
366366

0 commit comments

Comments
 (0)