Main index | Section 3 | 日本語 | Options |
#include <math.h>
The functions y0(), y0f(), y1(), and y1f() compute the linearly independent Bessel function of the second kind of orders 0 and 1 for the positive real value x; the functions yn() and ynf() compute the Bessel function of the second kind for the integer order n for the positive real value x.
The following applies to y0(), y0f(), y1(), y1f(), yn(), and ynf(). If x is negative, including -∞, these routines will generate an invalid exception and return NaN. If x is ±0, these routines will generate a divide-by-zero exception and return -∞. If x is a sufficiently small positive number, then y1(), y1f(), yn(), and ynf() will generate an overflow exception and return -∞.
J0 (3) | March 10, 2015 |
Main index | Section 3 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.