You are here: Symbol Reference > SpecialFuncs Namespace > Functions > SpecialFuncs.EllipJacoby Function
MtxVec VCL
ContentsIndex
PreviousUpNext
SpecialFuncs.EllipJacoby Function

Jacoby elliptic functions.

Pascal
procedure EllipJacoby(u: double; m: double; Epsilon: double; var sn: double; var cn: double; var dn: double); overload;
Parameters 
Description 
Defines value at which functions will be evaluated. 
Defines integral evaluation point, real value on closed interval [0,1]. 
Epsilon 
Defines the accuracy for evaluating complete elliptic integral. 
sn 
Returns Jacoby elliptic function sn
cn 
Returns Jacoby elliptic function cn
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!