Skip to content

Commit 4c3bd5d

Browse files
committed
Revert "ULPError: avoid unnecessary conversion to BigFloat"
This reverts commit 33eca5f.
1 parent 0444cc0 commit 4c3bd5d

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
@@ -34,7 +34,7 @@ module ULPError
3434
ulp_error(acc, app)
3535
end
3636
function ulp_error(func::Func, x::AbstractFloat) where {Func}
37-
ulp_error(func, func, x)
37+
ulp_error(func BigFloat, func, x)
3838
end
3939
function ulp_error_maximum(func::Func, iterator) where {Func}
4040
function f(x::AbstractFloat)

0 commit comments

Comments
 (0)