xref: /original-bsd/share/man/man3f/bessel.3 (revision a9c19d04)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)bessel.3 6.1 (Berkeley) 05/15/85

BESSEL 3F ""
C 5
NAME
bessel functions - of two kinds for integer orders
SYNOPSIS
function besj0 (x) function besj1 (x) function besjn (n, x) function besy0 (x) function besy1 (x) function besyn (n, x) double precision function dbesj0 (x)

double precision x double precision function dbesj1 (x)

double precision x double precision function dbesjn (n, x)

double precision x double precision function dbesy0 (x)

double precision x double precision function dbesy1 (x)

double precision x double precision function dbesyn (n, x)

double precision x

DESCRIPTION
These functions calculate Bessel functions of the first and second kinds for real arguments and integer orders.
DIAGNOSTICS
Negative arguments cause besy0, besy1, and besyn to return a huge negative value. The system error code will be set to EDOM (33).
FILES
"SEE ALSO"
j0(3M), perror(3F)