Chapter Contents

Previous

Next
AIRY

AIRY



Returns the value of the airy function

Category: Mathematical


Syntax
Arguments
Details
Examples

Syntax

AIRY(x)

Arguments

x
is numeric.


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

[IMAGE]

with the conditions

[IMAGE]

and

[IMAGE]


Examples

SAS Statements Results
x=airy(2.0);
0.0349241304
x=airy(-2.0);
0.2274074282


Chapter Contents

Previous

Next

Top of Page

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