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

11.5 shav - Haversine hav(x)

#include <msca.h> 
 
double shav (double x); 
float  shavf(float x);

Given a value x this function computes the haversine of x , hav(x)  .