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 bd65693 commit 42a779bCopy full SHA for 42a779b
test/besseli_test.jl
@@ -1,5 +1,5 @@
1
# general array for testing input to SpecialFunctions.jl
2
-x = 0.01:0.01:10.0
+x = 1e-6:0.01:50.0
3
4
### Tests for besseli0
5
i0_SpecialFunctions = SpecialFunctions.besseli.(0, x)
test/besselk_test.jl
+x = 1e-5:0.01:50.0
### Tests for besselk0
k0_SpecialFunctions = SpecialFunctions.besselk.(0, x)
0 commit comments