2.1.16.6.3.31 ocmath_bessely


Description

Bessel function of second kind

Syntax

d_complex ocmath_bessely( 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 second kind

Examples

Remark

See Also

ocmath_besselk

Header to Include

origin.h

Reference