besseli
Modified Bessel function of the first kind, I_n(x).
Syntax
Section titled “Syntax”v = besseli(x, n, s)Description
Section titled “Description”Returns the modified Bessel function of the first kind. Grows exponentially for large x. With s = 1, returns exp(-|x|) · I_n(x).
Example
Section titled “Example”besseli(1, 0) % ≈ 1.2661