Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

28.2 sccoshc - Complex Cardinal Hyperbolic Cosine coshc(x)

#include <msca.h> 
 
double complex sccoshc (double complex x); 
float complex  sccoshcf(float complex x);

Given a value x this function computes the cardinal hyperbolic cosine of x , coshc(x)= cosh(x)
          x   .