Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/html/math_toolkit/roots_noderiv/TOMS748.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
A unary functor (or C++ lambda) that is the function whose root is
to be solved. f(x) need not be uniformly increasing or decreasing on
<span class="emphasis"><em>x</em></span> and may have multiple roots. However, the bounds
given must bracket a single root.
given must bracket at least one root.
</p></dd>
<dt><span class="term">a</span></dt>
<dd><p>
Expand Down
2 changes: 1 addition & 1 deletion doc/roots/roots_without_derivatives.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ The __root_finding_TOMS748 parameters are:
[variablelist
[[f] [A unary functor (or C++ lambda) that is the function whose root is to be solved.
f(x) need not be uniformly increasing or decreasing on ['x] and
may have multiple roots. However, the bounds given must bracket a single root.]]
may have multiple roots. However, the bounds given must bracket at least one root.]]
[[a] [The lower bound for the initial bracket of the root.]]
[[b] [The upper bound for the initial bracket of the root.
It is a precondition that ['a < b] and that ['a] and ['b]
Expand Down