Skip to content

Commit 3de62a8

Browse files
typo
1 parent b2b230f commit 3de62a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Quadmath.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ function Float128(x::BigFloat)
353353
end
354354

355355
function BigInt(x::Float128)
356-
!isinteger(x) && throw(InexactError(:BigInt, x))
356+
!isinteger(x) && throw(InexactError(BigInt, x))
357357

358358
@static if VERSION < v"1.1"
359359
y = setprecision(BigFloat, max(precision, precision(Float128))) do

0 commit comments

Comments
 (0)