|
|
◆ WJnd()
| Function WJnd |
( |
U As |
Double, |
|
|
K As |
Double |
|
) |
| |
Jacobi elliptic function nd(u, k)
- Purpose
- This function computes the Jacobi elliptic function nd(u, k).
The function is defined as follows:
- Returns
- nd(u, k).
- Parameters
-
| [in] | U | Argument u. |
| [in] | K | Argument k. |
- Reference
- boost/math/special_functions
|