XLPack 6.1
C/C++ API Reference Manual
Loading...
Searching...
No Matches

◆ _jcd()

double _jcd ( double  u,
double  k 
)

Jacobi elliptic functions cd(u, k)

Purpose
jcd computes the Jacobi elliptic functions cd(u, k).

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