Skip to content

Commit 32f4311

Browse files
authored
Fix typos in the docstring of ITP (#448)
1 parent 570940c commit 32f4311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Bracketing/itp.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"""
2-
Roots.ITP(;[κ₁-0.2, κ₂=2, n₀=1])
2+
Roots.ITP(;[κ₁=0.2, κ₂=2, n₀=1])
33
44
Use the [ITP](https://en.wikipedia.org/wiki/ITP_method) bracketing
55
method. This method claims it "is the first root-finding algorithm
66
that achieves the superlinear convergence of the secant method
77
while retaining the optimal worst-case performance of the bisection
88
method."
99
10-
The values `κ1`, `κ₂`, and `n₀` are tuning parameters.
10+
The values `κ₁`, `κ₂`, and `n₀` are tuning parameters.
1111
1212
The
1313
[suggested](https://docs.rs/kurbo/0.8.1/kurbo/common/fn.solve_itp.html)

0 commit comments

Comments
 (0)