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 4a07d0b commit a5da213Copy full SHA for a5da213
src/besseli.jl
@@ -34,6 +34,7 @@
34
# A third branch is used for scaled functions for large values
35
#
36
# Horner's scheme is then used to evaluate all polynomials.
37
+# ArbNumerics.jl is used as the reference bessel implementations with 75 digits.
38
39
# [1] "Rational Approximations for the Modified Bessel Function of the First Kind
40
# - I0(x) for Computations with Double Precision" by Pavel Holoborodko
0 commit comments