besselk
Modified Bessel function of the second kind, K_n(x).
Syntax
Section titled “Syntax”v = besselk(x, n, s)Description
Section titled “Description”Returns the modified Bessel function of the second kind. Decays exponentially for large x. With s = 1, returns exp(x) · K_n(x).
Example
Section titled “Example”besselk(1, 0) % ≈ 0.4210