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

26.7 schcv - Complex Hacoversine hcv(x)

#include <msca.h> 
 
double complex schcv (double complex x); 
float complex  schcvf(float complex x);

Given a value x this function computes the hacoversine of x , hcv(x)  .