3.5.1.3.64 Y1
Description
This function returns the first order Bessel function of the second kind and has the following form:
Y1(x)
The formula for the equation is:
where
Syntax
double y1(double x)
Parameter
x
- the input parameter.
Return
Returns the first order Bessel function of second kind at x.
Example
aa = y1(5); aa = ; //0.14786314339123