2.1.16.6.3.28 ocmath_besseli


Description

Modified Bessel function of first kind

Syntax

d_complex ocmath_besseli( double nu, d_complex z, bool scale = false )

Parameters

nu
[input] a real number that specifies the function order
z
[input] functional domain
scale
[input] Toggle to scale function. 0 = No scaling; 1 = Scale the output by exp(-abs(real(Z)))

Return

Returns value of the modified Bessel function of the first kind

Examples

Remark

See Also

ocmath_besselj , J0

Header to Include

origin.h

Reference