| 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.
| “ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
| — Taylor's Laws of Programming | ||