JacobiEllipticI
Advanced Analysis Library Only
void JacobiEllipticI (double u, double k, double *cn, double *sn, double *dn, double *phi);
Purpose
Determines the Jacobian elliptic functions cn, dn, and sn, which the following equations define:
and
Parameters
Input | ||
Name | Type | Description |
u | double | The input parameter. |
k | double | The integrand parameter. |
Output | ||
Name | Type | Description |
cn | double | The value of the Jacobi elliptic function cn. |
sn | double | The value of the Jacobi elliptic function sn. |
dn | double | The value of the Jacobi elliptic function dn. |
phi | double | The upper limit of the integral that defines the function. |
Return Value
None.
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later