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

NAME

6       PDL::GSLSF::PSI - 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_synchrotron_1
16         Signature: (double x(); double [o]y(); double [o]e())
17
18       First synchrotron function: synchrotron_1(x) = x Integral[ K_{5/3}(t),
19       {t, x, Infinity}]
20
21       gsl_sf_synchrotron_1 does not process bad values.  It will set the bad-
22       value flag of all output piddles if the flag is set for any of the
23       input piddles.
24
25   gsl_sf_synchrotron_2
26         Signature: (double x(); double [o]y(); double [o]e())
27
28       Second synchroton function: synchrotron_2(x) = x * K_{2/3}(x)
29
30       gsl_sf_synchrotron_2 does not process bad values.  It will set the bad-
31       value flag of all output piddles if the flag is set for any of the
32       input piddles.
33

AUTHOR

35       This file copyright (C) 1999 Christian Pellegrin
36       <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
37       You are allowed to redistribute this software / documentation under
38       certain conditions. For details, see the file COPYING in the PDL
39       distribution. If this file is separated from the PDL distribution, the
40       copyright notice should be included in the file.
41
42       The GSL SF modules were written by G. Jungman.
43
44
45
46perl v5.12.3                      2011-03-31                    SYNCHROTRON(3)
Impressum