amath
1.8.5
Simple command line calculator
|
Haversed cosine function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | hvc (double x) |
Haversed cosine function. More... | |
Haversed cosine function.
Definition in file hvc.c.
double hvc | ( | double | x | ) |
Haversed cosine function.
hvc(x) = (1+cos(x))/2
Definition at line 44 of file hvc.c.
References cos().
Referenced by RealNumber::HaVerCosine().