Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 4358c40

Browse files
Update src/itp.jl
1 parent 49c3583 commit 4358c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/itp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ n½ + `n₀` iterations, where n½ is the number of iterations using bisection
3939
If `f` is twice differentiable and the root is simple,
4040
then with `n₀` > 0 the convergence rate is √`κ₂`.
4141
"""
42-
struct Itp <: AbstractBracketingAlgorithm{T}
42+
struct Itp{T} <: AbstractBracketingAlgorithm
4343
k1::T
4444
k2::T
4545
n0::Int

0 commit comments

Comments
 (0)