Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Mar 12, 2024
1 parent 40198fd commit 5388188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_find_zero.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct Order3_Test <: Roots.AbstractSecantMethod end
@test find_zero(sin, 3.0, m) pi
@test find_zero(sin, big(3), m) pi
@test find_zero(sin, big(3.0), m) pi
@test find_zero(x -> x^2 - 2.0f0, 2.0f0, m) sqrt(2) @ issue #421
@test find_zero(x -> x^2 - 2.0f0, 2.0f0, m) sqrt(2) # issue 421
end

## defaults for method argument
Expand Down

0 comments on commit 5388188

Please sign in to comment.