XLPack 7.0
XLPack Numerical Library (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