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

27.1 scsinc - Complex Cardinal Sine sinc(x)

#include <msca.h> 
 
double complex scsinc (double complex x); 
float complex  scsincf(float complex x);

Given a value x this function computes the cardinal hyperbolic sine of x , sinc(x)= sin(xx)   .