1SYNCHROTRON(3) User Contributed Perl Documentation SYNCHROTRON(3)
2
3
4
6 PDL::GSLSF::PSI - PDL interface to GSL Special Functions
7
9 This is an interface to the Special Function package present in the GNU
10 Scientific Library.
11
15 gsl_sf_synchrotron_1
16
17 Signature: (double x(); double [o]y(); double [o]e())
18
19 First synchrotron function: synchrotron_1(x) = x Integral[ K_{5/3}(t),
20 {t, x, Infinity}]
21
22 gsl_sf_synchrotron_2
23
24 Signature: (double x(); double [o]y(); double [o]e())
25
26 Second synchroton function: synchrotron_2(x) = x * K_{2/3}(x)
27
29 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
30 este.it> All rights reserved. There is no warranty. You are allowed to
31 redistribute this software / documentation under certain conditions.
32 For details, see the file COPYING in the PDL distribution. If this file
33 is separated from the PDL distribution, the copyright notice should be
34 included in the file.
35
36 The GSL SF modules were written by G. Jungman.
37
38
39
40perl v5.8.8 2006-12-02 SYNCHROTRON(3)