You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > SpecialFuncs Class > SpecialFuncs Methods > EllipComplete Method > SpecialFuncs.EllipComplete Method (double, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
SpecialFuncs.EllipComplete Method (double, double, double)

Complete elliptic integral, additional options.

Syntax
C#
Visual Basic
public static double EllipComplete(double m, double Epsilon, ref double e);
Parameters 
Description 
double m 
Defines integral evaluation point, real value on closed interval [0,1]. 
double Epsilon 
Defines the accuracy for evaluating elliptic integral of the second kind. 
ref double e 
Returns the value of the complete elliptic integral of the second kind, evaluated at m, to the accuracy Epsilon. 

the complete elliptic integrals of the first kind, evaluated at m. Parameter m must lie on the (0,1) interval, otherwise an exception is raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!