Skip to content

Commit cc22fc9

Browse files
committed
ULPError: avoid unnecessary conversion to BigFloat
1 parent 71126d5 commit cc22fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testhelpers/ULPError.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module ULPError
4141
ulp_error(acc, app)
4242
end
4343
function ulp_error(func::Func, x::AbstractFloat) where {Func}
44-
ulp_error(func BigFloat, func, x)
44+
ulp_error(func, func, x)
4545
end
4646
function ulp_error_maximum(func::Func, iterator) where {Func}
4747
function f(x::AbstractFloat)

0 commit comments

Comments
 (0)