DAIRY Function

Returns the derivative of the AIRY function.

Category: Mathematical

Syntax

DAIRY(x)

Required Argument

x

specifies a numeric constant, variable, or expression.

Details

The DAIRY function returns the value of the derivative of the AIRY function. (See a list of References.)

Example

The following SAS statements produce these results.
SAS Statement
Result
x=dairy(2.0);
-0.053090384
x=dairy(-2.0);
0.6182590207