File: specfunc-elljac.rst

package info (click to toggle)
gsl-doc 2.6-1
  • links: PTS
  • area: non-free
  • in suites: bullseye
  • size: 30,000 kB
  • sloc: ansic: 255,377; sh: 11,468; makefile: 1,134; python: 68
file content (14 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. index::
   single: Jacobi elliptic functions
   single: elliptic functions (Jacobi)

The Jacobian Elliptic functions are defined in Abramowitz & Stegun,
Chapter 16.  The functions are declared in the header file
:file:`gsl_sf_elljac.h`.

.. function:: int gsl_sf_elljac_e (double u, double m, double * sn, double * cn, double * dn)

   This function computes the Jacobian elliptic functions :math:`sn(u|m)`,
   :math:`cn(u|m)`, :math:`dn(u|m)` by descending Landen
   transformations.
.. Exceptional Return Values: GSL_EDOM