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

SYNOPSIS

FUNCTIONS

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

AUTHOR

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