public class CopolarN extends Object
This is a container for the three principal Jacobi elliptic functions
sn(u|m)
, cn(u|m)
, and dn(u|m)
.
Modifier and Type | Method and Description |
---|---|
double |
cn()
Get the value of the cn function.
|
double |
dn()
Get the value of the dn function.
|
double |
sn()
Get the value of the sn function.
|
Copyright © 2016-2021 CS GROUP. All rights reserved.