1ELLJAC(3) User Contributed Perl Documentation ELLJAC(3)
2
3
4
6 PDL::GSLSF::ELLJAC - 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_elljac
16 Signature: (double u(); double m(); double [o]sn(); double [o]cn(); double [o]dn())
17
18 Jacobian elliptic functions sn, dn, cn by descending Landen
19 transformations
20
21 gsl_sf_elljac does not process bad values. It will set the bad-value
22 flag of all output piddles if the flag is set for any of the input
23 piddles.
24
26 This file copyright (C) 1999 Christian Pellegrin
27 <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
28 You are allowed to redistribute this software / documentation under
29 certain conditions. For details, see the file COPYING in the PDL
30 distribution. If this file is separated from the PDL distribution, the
31 copyright notice should be included in the file.
32
33 The GSL SF modules were written by G. Jungman.
34
35
36
37perl v5.12.3 2011-03-31 ELLJAC(3)