Skip to content

Commit 3b3c2e9

Browse files
committed
add bessely large arg test
1 parent 471f166 commit 3b3c2e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/bessely_test.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ y1_32 = bessely1.(Float32.(x))
6464
# test that Inf inputs go to zero
6565
@test bessely1(Inf32) == zero(Float32)
6666
@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

Comments
 (0)