|
|
◆ Jnd_sub()
| Sub Jnd_sub |
( |
Ret As |
Double, |
|
|
U As |
Double, |
|
|
K As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
Jacobi elliptic function nd(u, k) (Subroutine version)
- Purpose
- Computes the Jacobi elliptic function nd(u, k).
- Parameters
-
| [out] | Ret | Jacobi elliptic function nd(u, k). |
| [in] | U | Argument u. |
| [in] | K | Argument k. |
| [out] | Info | (Optional)
= 0: Successful exit.
= 1: Floating point range error. |
- Reference
- boost/math/special_functions
|