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

NAME

6       PDL::GSLSF::DILOG - 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_dilog
16
17         Signature: (double x(); double [o]y(); double [o]e())
18
19       /* Real part of DiLogarithm(x), for real argument. In Lewins notation,
20       this is Li_2(x). Li_2(x) = - Re[ Integrate[ Log[1-s] / s, {s, 0, x}] ]
21
22       gsl_sf_complex_dilog
23
24         Signature: (double r(); double t(); double [o]re(); double [o]im(); double [o]ere(); double [o]eim())
25
26       DiLogarithm(z), for complex argument z = r Exp[i theta].
27

AUTHOR

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                          DILOG(3)
Impressum