|
|
◆ Jsc_sub()
| Sub Jsc_sub |
( |
Ret As |
Double, |
|
|
U As |
Double, |
|
|
K As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
Jacobi elliptic function sc(u, k) (Subroutine version)
- Purpose
- Computes the Jacobi elliptic function sc(u, k).
sc(u, k) = sn(u, k) / cn(u, k)
- Parameters
-
| [out] | Ret | Jacobi elliptic function sc(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
|