XLPack 6.1
Julia API Reference Manual
Loading...
Searching...
No Matches
Functions
C10b. Modified Bessel functions

Functions

function besi0 (x::Real, scaling::Bool=false)
 Modified Bessel functions of the first kind of order zero I0(x)
 
function besi1 (x::Real, scaling::Bool=false)
 Modified Bessel functions of the first kind of order one I1(x)
 
function besinu (nu::Real, x::Real)
 Modified Bessel function of the first kind of order ν Iν(x) (fractional order)
 
function besk0 (x::Real, scaling::Bool=false)
 Modified Bessel functions of the second kind of order zero K0(x)
 
function besk1 (x::Real, scaling::Bool=false)
 Modified Bessel functions of the second kind of order one K1(x)
 
function besknu (nu::Real, x::Real)
 Modified Bessel function of the second kind of order ν Kν(x) (fractional order)
 

Detailed Description

This is the group of C10b. Modified Bessel functions.