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 4c5659f commit b6c96e7Copy full SHA for b6c96e7
test/owent.jl
@@ -1,9 +1,6 @@
1
# Owen's T function tests
2
3
-using Test
4
-using IrrationalConstants
5
-using LinearAlgebra
6
-using SpecialFunctions
+using IrrationalConstants: inv2π, invsqrt2
7
8
# test values for accurate and precise calculation
9
hvec = [0.0625, 6.5, 7.0, 4.78125, 2.0, 1.0, 0.0625, 1, 1, 1, 1, 0.5, 0.5, 0.5, 0.5, 0.25, 0.25, 0.25, 0.25, 0.125, 0.125, 0.125, 0.125, 0.0078125
0 commit comments