Functions and CALL Routines |
Category: | Mathematical |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
AIRY(x) |
Details |
The AIRY function returns the value of the Airy function (Abramowitz and Stegun 1964; Amos, Daniel and Weston 1977) (See References). It is the solution of the differential equation
with the conditions andExamples |
SAS Statements | Results |
---|---|
x=airy(2.0); |
0.0349241304 |
x=airy(-2.0); |
0.2274074282 |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.