3.5.1.3.22 besselj

Bessel function of first kind. For more information please review the s17dec function in the NAG document.

Syntax

complex besselj( double nu, complex z[, int scale] )

Parameters

nu

a real number that specifies the function order

z

the argument z of the function

scale

scale option. 0 = No scaling; 1 = Scale the output of besselj by exp(-abs(imag(Z)))


Return

Returns value of the Bessel function of the first kind

Example

See Also

J0, besseli