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

Jacoby elliptic functions.

Syntax
C#
Visual Basic
public static void EllipJacoby(double u, double m, double Epsilon, ref double sn, ref double cn, ref double dn);
Parameters 
Description 
double u 
Defines value at which functions will be evaluated. 
double m 
Defines integral evaluation point, real value on closed interval [0,1]. 
double Epsilon 
Defines the accuracy for evaluating complete elliptic integral. 
ref double sn 
Returns Jacoby elliptic function sn
ref double cn 
Returns Jacoby elliptic function cn
ref double dn 
Returns Jacoby elliptic function dn

The routine calculates the values of Jacoby elliptic functions sn, cn and dn, evaluated at u and using the parameter m.

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