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