【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.16.6.3.34 Yn
Contents
Description
Compute the Bessel function of the second kind of order n.
Syntax
double Yn( double x, int n)
Parameters
- x
- [input] independent variable
- n
- [input] order
Return
Yn(x)
Examples
EX1
void Yn_ex1() { double x = 4.; int n = 2; double val = Yn(x, n); printf("Yn(%f, %d) = %f\n", x, n, val); }
Remark
See Also
Header to Include
origin.h