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 1bbf9de commit 5ca3506Copy full SHA for 5ca3506
test/runtests.jl
@@ -752,8 +752,8 @@ end
752
@test tan(Pi^2) === tan(π^2)
753
@test cot(Pi^2) === cot(π^2)
754
@test sinc(Pi^2) === sinc(π^2)
755
- @test sinc(Pi^-2) ≈ sinc(π^-2) # should be equal ideally
756
- @test sinc(1/Pi^2) ≈ sinc(π^-2) # should be equal ideally
+ @test sinc(Pi^-2) ≈ sinc((1/π)^2) # should be equal ideally
+ @test sinc(1/Pi^2) ≈ sinc((1/π)^2) # should be equal ideally
757
@test sec(Pi^2) === sec(π^2)
758
@test csc(Pi^2) === csc(π^2)
759
end
0 commit comments