Previous Page | Next Page

Functions and CALL Routines

DAIRY Function



Returns the derivative of the AIRY function.
Category: Mathematical

Syntax
Arguments
Details
Examples

Syntax

DAIRY(x)


Arguments

x

specifies a numeric constant, variable, or expression.


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

Previous Page | Next Page | Top of Page