Skip to content

Commit

Permalink
Update src/itp.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 18, 2023
1 parent 49c3583 commit 4358c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ n½ + `n₀` iterations, where n½ is the number of iterations using bisection
If `f` is twice differentiable and the root is simple,
then with `n₀` > 0 the convergence rate is √`κ₂`.
"""
struct Itp <: AbstractBracketingAlgorithm{T}
struct Itp{T} <: AbstractBracketingAlgorithm
k1::T
k2::T
n0::Int
Expand Down

0 comments on commit 4358c40

Please sign in to comment.