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

20.2 scoshc - Cardinal Hyperbolic Cosine coshc(x)

#include <msca.h> 
 
double scoshc (double x); 
float  scoshcf(float x);

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