Chapter Contents

Previous

Next
DAIRY

DAIRY



Returns the derivative of the airy function

Category: Mathematical


Syntax
Arguments
Details
Examples

Syntax

DAIRY(x)

Arguments

x
is numeric.


Details

The DAIRY function returns the value of the derivative of the airy function (Abramowitz and Stegun 1964; Amos, Daniel, and Weston 977).


Examples

SAS Statements Results
x=dairy(2.0);
-0.053090384
x=dairy(-2.0);
0.6182590207


Chapter Contents

Previous

Next

Top of Page

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