1ELEMENTARY(3) User Contributed Perl Documentation ELEMENTARY(3)
2
3
4
6 PDL::GSLSF::DILOG - 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_multiply
16
17 Signature: (double x(); double xx(); double [o]y(); double [o]e())
18
19 Multiplication.
20
21 gsl_sf_multiply_err
22
23 Signature: (double x(); double xe(); double xx(); double xxe(); double [o]y(); double [o]e())
24
25 Multiplication with associated errors.
26
28 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
29 este.it> All rights reserved. There is no warranty. You are allowed to
30 redistribute this software / documentation under certain conditions.
31 For details, see the file COPYING in the PDL distribution. If this file
32 is separated from the PDL distribution, the copyright notice should be
33 included in the file.
34
35 The GSL SF modules were written by G. Jungman.
36
37
38
39perl v5.8.8 2006-12-02 ELEMENTARY(3)