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

7.2 scospi - Half-Cycle Cosine cos(πx)

#include <msca.h> 
 
double scospi (double x); 
float  scospif(float x);

Given a value x this function computes the half-cycle cosine cos(πx)  .