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