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