Admin Production ni-theme
Current Publication

Elliptic1st

LabWindows/CVI

Elliptic1st

Advanced Analysis Library Only

double Elliptic1st (double k, double *a);

Purpose

Computes the elliptic integral or the incomplete elliptic integral of the first kind. The elliptic integral of the first kind is defined as follows:

The incomplete elliptic integral of the first kind is defined as follows:

If you call Elliptic1st with a = NULL, the elliptic integral is computed. Otherwise, the incomplete elliptic integral is computed.

Parameters

Input
Name Type Description
k double The modulus argument. is the elliptic modulus.
a double * The range of integration for the incomplete elliptic integral. The elliptic integral is computed if a is NULL.

Return Value

Name Type Description
result double The value of the elliptic or incomplete elliptic integral.

Additional Information

Library: Advanced Analysis Library

Include file: analysis.h

LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later