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