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.
1 parent b2b230f commit 3de62a8Copy full SHA for 3de62a8
src/Quadmath.jl
@@ -353,7 +353,7 @@ function Float128(x::BigFloat)
353
end
354
355
function BigInt(x::Float128)
356
- !isinteger(x) && throw(InexactError(:BigInt, x))
+ !isinteger(x) && throw(InexactError(BigInt, x))
357
358
@static if VERSION < v"1.1"
359
y = setprecision(BigFloat, max(precision, precision(Float128))) do
0 commit comments