01.01.2013 Views

AT&T UNIX™PC Unix System V Users Manual - tenox

AT&T UNIX™PC Unix System V Users Manual - tenox

AT&T UNIX™PC Unix System V Users Manual - tenox

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

BESSEL (3M) BESSEL (3M)<br />

NAME<br />

jO, j 1, jn, yO, y1, yn - Bessel functions<br />

SYNOPSIS<br />

#include <br />

double jO (x)<br />

double x;<br />

double jl (x)<br />

double x;<br />

double jn (n, x)<br />

int n;<br />

double x;<br />

double yO (x)<br />

double x;<br />

double yl (x)<br />

double x;<br />

double yn (n, x)<br />

int n;<br />

double x;<br />

DESCRIPTION<br />

JO and jl return Bessel functions of x of the first kind of orders 0<br />

and 1 respectively. Jn returns the Bessel function of x of the first<br />

kind of order n .<br />

� YO and yl return the Bessel functions of x of the second kind of<br />

orders 0 and 1 respectively. Yn returns the Bessel function of x<br />

of the second kind of order n. The value of x must be positive.<br />

DIAGNOSTICS<br />

Non-positive arguments cause yO, yl and yn to return the value<br />

HUGE and to set errno to EDOM. They also cause a message<br />

indicating DOMAIN error to be printed on the standard error output;<br />

the process will continue.<br />

These error-handling procedures may be changed with the function<br />

matherr(3M).<br />

SEE ALSO<br />

matherr(3M).<br />

- 1 -

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!