2.1.16.6.3.29 ocmath_besselj


Description

Bessel function of first kind

Syntax

d_complex ocmath_besselj( 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(imag(Z)))

Return

Returns value of the Bessel function of the first kind

Examples

Remark

See Also

ocmath_besseli

Header to Include

origin.h

Reference