Functions and CALL Routines |
Returns the value of the Bessel function.
-
nu
-
specifies a numeric constant, variable,
or expression.
Range: |
nu 0 |
-
x
-
specifies a numeric constant, variable,
or expression.
Range: |
x 0 |
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).
SAS Statements |
Results |
x=jbessel(2,2);
|
0.3528340286
|
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.