kelvinKer0¶
Evaluates the Kelvin function of the second kind, ker, of order zero.
Synopsis¶
kelvinKer0 (x)
Required Arguments¶
- float
x
(Input) - Argument for which the function value is desired.
Return Value¶
The Kelvin function of the second kind, ker, of order zero evaluated at x.
Description¶
The modified Kelvin function ker0(x) is defined to be ℜK0(xeπ/4). The Bessel function K0(x) is defined
K0(x)=∫∞0cos(xsint)dt
The function kelvinKer0
is based on the work of Burgoyne (1963). If
x<0, NaN (Not a Number) is returned. If x≥119, then zero
is returned.