# doc-cache created by Octave 4.0.0
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
ellipj


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 797
 -- Loadable Function: [SN, CN, DN] = ellipj (U, M, ERR)
     Compute the Jacobi elliptic functions sn, cn, dn of complex
     argument and real parameter.

     If M is a scalar, the results are the same size as U.  If U is a
     scalar, the results are the same size as M.  If U is a column
     vector and M is a row vector, the results are matrices with
     `length (U)' rows and `length (M)' columns.  Otherwise, U and M
     must conform and the results will be the same size.

     The value of U may be complex.  The value of M must be 0 <= m <=
     1. .

     If requested, ERR contains the following status information and is
     the same size as the result.

       0. Normal return.

       1. Error--no computation, algorithm termination condition not
          met, return `NaN'.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Compute the Jacobi elliptic functions sn, cn, dn of complex argument
and real pa





