We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ULPError
BigFloat
1 parent 9e84c44 commit 33eca5fCopy full SHA for 33eca5f
test/testhelpers/ULPError.jl
@@ -41,7 +41,7 @@ module ULPError
41
ulp_error(acc, app)
42
end
43
function ulp_error(func::Func, x::AbstractFloat) where {Func}
44
- ulp_error(func ∘ BigFloat, func, x)
+ ulp_error(func, func, x)
45
46
function ulp_error_maximum(func::Func, iterator) where {Func}
47
function f(x::AbstractFloat)
0 commit comments