|
NAMEj0 , j0f ,
j1 , j1f ,
jn , jnf ,
y0 , y0f ,
y1 , y1f ,
yn , ynf —
Bessel functions of first and second kind
LIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h>
double
float
double
float
double
float
double
float
double
float
double
float
DESCRIPTIONThe functionsj0 (), j0f (),
j1 (), and j1f () compute the
Bessel function of the first kind of orders 0 and 1 for the real value
x; the functions jn () and
jnf () compute the Bessel function of the first kind of
the integer order n for the real value
x.
The functions RETURN VALUESThese routines return values of their respective Bessel functions. For large positive inputs, they may underflow and return ±0.The following applies to SEE ALSOmath(3)STANDARDSThej0 (), j1 (),
jn (), y0 (),
y1 (), and yn () functions
conform to IEEE Std 1003.1-2001
(“POSIX.1”). The float versions are
extensions.
HISTORYThis set of functions appeared in Version 7 AT&T UNIX.
Visit the GSP FreeBSD Man Page Interface. |