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

◆ jsc()

double jsc ( double  u,
double  k 
)

Jacobi elliptic functions sc(u, k)

Purpose
jsc computes the Jacobi elliptic functions sc(u, k).

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