T
- the type of the field elementspublic class FieldCopolarN<T extends CalculusFieldElement<T>> 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 |
---|---|
T |
cn()
Get the value of the cn function.
|
T |
dn()
Get the value of the dn function.
|
T |
sn()
Get the value of the sn function.
|
Copyright © 2016-2021 CS GROUP. All rights reserved.