Skip to content

Commit

Permalink
Update modrem.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Apr 8, 2019
1 parent 2d8d4d8 commit 9dcc64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modrem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@test DoubleFloats.mod2pi(x) == Double64(6.111805926475162, -1.667563077572613e-16)
@test DoubleFloats.mod1pi(x) == Double64(2.9702132728853683, 1.54868222178066e-16)
@test DoubleFloats.modhalfpi(x) == Double64(1.3994169460904717, 9.362948122802731e-17)
@test DoubleFloats.modqrtrpi(x) == Double64(0.6140187826930236, -4.8008991213172176e-17))
@test DoubleFloats.modqrtrpi(x) == Double64(0.6140187826930236, -4.8008991213172176e-17)
end

@testset "rempi" begin
Expand Down

0 comments on commit 9dcc64f

Please sign in to comment.