J0

Section: Mathematical Library (3M)
Updated: May 12, 1986
Index Return to Main Contents
 

NAME

j0, j1, jn, y0, y1, yn - bessel functions  

SYNOPSIS

#include <math.h>

double j0(x)
double x;

double j1(x)
double x;

double jn(n,x)
int n;
double x;

double y0(x)
double x;

double y1(x)
double x;

double yn(n,x)
int n;
double x;
 

DESCRIPTION

These functions calculate Bessel functions of the first and second kinds for real arguments and integer orders.  

SEE ALSO

math(3M)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 13:51:10 GMT, September 25, 2024