Functions and CALL Routines |
Category: | Mathematical |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
DAIRY(x) |
Details |
The DAIRY function returns the value of the derivative of the AIRY function (Abramowitz and Stegun 1964; Amos, Daniel, and Weston 1977).
Examples |
SAS Statements | Results |
---|---|
x=dairy(2.0); |
-0.053090384 |
x=dairy(-2.0); |
0.6182590207 |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.