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

NAME

6       PDL::GSLSF::SYNCHROTRON - 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

FUNCTIONS

13   gsl_sf_synchrotron_1
14         Signature: (double x(); double [o]y(); double [o]e())
15
16       First synchrotron function: synchrotron_1(x) = x Integral[ K_{5/3}(t),
17       {t, x, Infinity}]
18
19       gsl_sf_synchrotron_1 does not process bad values.  It will set the bad-
20       value flag of all output ndarrays if the flag is set for any of the
21       input ndarrays.
22
23   gsl_sf_synchrotron_2
24         Signature: (double x(); double [o]y(); double [o]e())
25
26       Second synchroton function: synchrotron_2(x) = x * K_{2/3}(x)
27
28       gsl_sf_synchrotron_2 does not process bad values.  It will set the bad-
29       value flag of all output ndarrays if the flag is set for any of the
30       input ndarrays.
31

AUTHOR

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