1ZETA(3) User Contributed Perl Documentation ZETA(3)
2
3
4
6 PDL::GSLSF::ZETA - 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_zeta
16
17 Signature: (double x(); double [o]y(); double [o]e())
18
19 Riemann Zeta Function zeta(x) = Sum[ k^(-s), {k,1,Infinity} ], s != 1.0
20
21 gsl_sf_hzeta
22
23 Signature: (double s(); double [o]y(); double [o]e(); double q)
24
25 Hurwicz Zeta Function zeta(s,q) = Sum[ (k+q)^(-s), {k,0,Infinity} ]
26
27 gsl_sf_eta
28
29 Signature: (double x(); double [o]y(); double [o]e())
30
31 Eta Function eta(s) = (1-2^(1-s)) zeta(s)
32
34 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
35 este.it> All rights reserved. There is no warranty. You are allowed to
36 redistribute this software / documentation under certain conditions.
37 For details, see the file COPYING in the PDL distribution. If this file
38 is separated from the PDL distribution, the copyright notice should be
39 included in the file.
40
41 The GSL SF modules were written by G. Jungman.
42
43
44
45perl v5.8.8 2006-12-02 ZETA(3)