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

NAME

6       PDL::GSLSF::ELLJAC - 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

FUNCTIONS

13   gsl_sf_elljac
14         Signature: (double u(); double m(); double [o]sn(); double [o]cn(); double [o]dn())
15
16       Jacobian elliptic functions sn, dn, cn by descending Landen
17       transformations
18
19       gsl_sf_elljac does not process bad values.  It will set the bad-value
20       flag of all output ndarrays if the flag is set for any of the input
21       ndarrays.
22

AUTHOR

24       This file copyright (C) 1999 Christian Pellegrin
25       <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
26       You are allowed to redistribute this software / documentation under
27       certain conditions. For details, see the file COPYING in the PDL
28       distribution. If this file is separated from the PDL distribution, the
29       copyright notice should be included in the file.
30
31       The GSL SF modules were written by G. Jungman.
32
33
34
35perl v5.34.0                      2022-02-28                         ELLJAC(3)
Impressum