2.1.16.6.3.30 ocmath_besselk


Description

Modified Bessel function of second kind

Syntax

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

Return

Returns value of the Modified Bessel function of second kind

Examples

Remark

See Also

ocmath_bessely

Header to Include

origin.h

Reference