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