XLPack 6.1
C/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