Skip to content

Commit

Permalink
Update mpfr.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored Aug 22, 2017
1 parent 0853a07 commit ac46eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mpfr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ setprecision(256) do
end

# issue #22758
if MPFR.version() > v"3.1.5" || "r11590" in MPFR.version.build()
if MPFR.version() > v"3.1.5" || "r11590" in MPFR.version().build
setprecision(2_000_000) do
@test abs(sin(big(pi)/6) - 0.5) < ldexp(big(1.0),-1_999_000)
end
Expand Down

0 comments on commit ac46eb5

Please sign in to comment.