XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches

◆ jns()

double jns ( double  u,
double  k 
)

Jacobi elliptic functions ns(u, k)

Purpose
jns computes the Jacobi elliptic functions ns(u, k).

The function is defined as follows:
ns(u, k) = 1 / sn(u, k)
Returns
ns(u, k).
Parameters
[in]uArgument u.
[in]kArgument k.
Error handling
  • Range error (ERANGE) may occur.
Reference
boost/math/special_functions