1AIRY(3)               User Contributed Perl Documentation              AIRY(3)
2
3
4

NAME

6       PDL::GSLSF::AIRY - PDL interface to GSL Special Functions
7

DESCRIPTION

9       This is an interface to the Special Function package present in the GNU
10       Scientific Library.
11

SYNOPSIS

Functions

FUNCTIONS

15       gsl_sf_airy_Ai
16
17         Signature: (double x(); double [o]y(); double [o]e())
18
19       Airy Function Ai(x).
20
21       gsl_sf_airy_Bi
22
23         Signature: (double x(); double [o]y(); double [o]e())
24
25       Airy Function Bi(x).
26
27       gsl_sf_airy_Ai_scaled
28
29         Signature: (double x(); double [o]y(); double [o]e())
30
31       Scaled Airy Function Ai(x). Ai(x) for x < 0  and exp(+2/3 x^{3/2})
32       Ai(x) for  x > 0.
33
34       gsl_sf_airy_Bi_scaled
35
36         Signature: (double x(); double [o]y(); double [o]e())
37
38       Scaled Airy Function Bi(x). Bi(x) for x < 0  and exp(+2/3 x^{3/2})
39       Bi(x) for  x > 0.
40
41       gsl_sf_airy_Ai_deriv
42
43         Signature: (double x(); double [o]y(); double [o]e())
44
45       Derivative Airy Function Ai`(x).
46
47       gsl_sf_airy_Bi_deriv
48
49         Signature: (double x(); double [o]y(); double [o]e())
50
51       Derivative Airy Function Bi`(x).
52
53       gsl_sf_airy_Ai_deriv_scaled
54
55         Signature: (double x(); double [o]y(); double [o]e())
56
57       Derivative Scaled Airy Function Ai(x). Ai`(x) for x < 0  and exp(+2/3
58       x^{3/2}) Ai`(x) for  x > 0.
59
60       gsl_sf_airy_Bi_deriv_scaled
61
62         Signature: (double x(); double [o]y(); double [o]e())
63
64       Derivative Scaled Airy Function Bi(x). Bi`(x) for x < 0  and exp(+2/3
65       x^{3/2}) Bi`(x) for  x > 0.
66

AUTHOR

68       This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
69       este.it> All rights reserved. There is no warranty. You are allowed to
70       redistribute this software / documentation under certain conditions.
71       For details, see the file COPYING in the PDL distribution. If this file
72       is separated from the PDL distribution, the copyright notice should be
73       included in the file.
74
75       The GSL SF modules were written by G. Jungman.
76
77
78
79perl v5.8.8                       2006-12-02                           AIRY(3)
Impressum