naginterfaces.library.specfun.bessel_i1_real¶
- naginterfaces.library.specfun.bessel_i1_real(x)[source]¶
bessel_i1_real
returns a value for the modified Bessel function .For full information please refer to the NAG Library document for s18af
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/s/s18aff.html
- Parameters
- xfloat
The argument of the function.
- Returns
- i1float
The value of the function at .
- Raises
- NagValueError
- (errno )
On entry, .
Constraint: .
is too large and the function returns the approximate value of at the nearest valid argument.
- Notes
bessel_i1_real
evaluates an approximation to the modified Bessel function of the first kind .Note: , so the approximation need only consider .
The function is based on three Chebyshev expansions:
For ,
For ,
For ,
For small , . This approximation is used when is sufficiently small for the result to be correct to machine precision.
For large , the function must fail because cannot be represented without overflow.
- References
NIST Digital Library of Mathematical Functions