Previous Page | Next Page

Functions and CALL Routines

JBESSEL Function



Returns the value of the Bessel function.
Category: Mathematical

Syntax
Arguments
Details
Examples

Syntax

JBESSEL(nu,x)


Arguments

nu

specifies a numeric constant, variable, or expression.

Range: nu [ge] 0
x

specifies a numeric constant, variable, or expression.

Range: x [ge] 0

Details

The JBESSEL function returns the value of the Bessel function of order nu evaluated at x (For more information, see Abramowitz and Stegun 1964; Amos, Daniel, and Weston 1977).


Examples

SAS Statements Results
x=jbessel(2,2);
0.3528340286

Previous Page | Next Page | Top of Page