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 471f166 commit 3b3c2e9Copy full SHA for 3b3c2e9
test/bessely_test.jl
@@ -64,3 +64,7 @@ y1_32 = bessely1.(Float32.(x))
64
# test that Inf inputs go to zero
65
@test bessely1(Inf32) == zero(Float32)
66
@test bessely1(Inf64) == zero(Float64)
67
+
68
69
+# briefly test the large argument is working
70
+@test Bessels.besseljy_large_argument(10.0, 100.0)[2] ≈ SpecialFunctions.bessely(10.0, 100.0)
0 commit comments