Chapter Contents

Previous

Next
JBESSEL

JBESSEL



Returns the value of the bessel function

Category: Mathematical


Syntax
Arguments
Details
Examples

Syntax

JBESSEL(nu,x)

Arguments

nu
is numeric.
Range: nu [ge] 0

x
is numeric.
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


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.