1ELEMENTARY(3) User Contributed Perl Documentation ELEMENTARY(3)
2
3
4
6 PDL::GSLSF::ELEMENTARY - 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
13 gsl_sf_multiply
14 Signature: (double x(); double xx(); double [o]y(); double [o]e())
15
16 Multiplication.
17
18 gsl_sf_multiply does not process bad values. It will set the bad-value
19 flag of all output ndarrays if the flag is set for any of the input
20 ndarrays.
21
22 gsl_sf_multiply_err
23 Signature: (double x(); double xe(); double xx(); double xxe(); double [o]y(); double [o]e())
24
25 Multiplication with associated errors.
26
27 gsl_sf_multiply_err does not process bad values. It will set the bad-
28 value flag of all output ndarrays if the flag is set for any of the
29 input ndarrays.
30
32 This file copyright (C) 1999 Christian Pellegrin
33 <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
34 You are allowed to redistribute this software / documentation under
35 certain conditions. For details, see the file COPYING in the PDL
36 distribution. If this file is separated from the PDL distribution, the
37 copyright notice should be included in the file.
38
39 The GSL SF modules were written by G. Jungman.
40
41
42
43perl v5.34.0 2022-02-28 ELEMENTARY(3)