amath
1.8.5
Simple command line calculator
|
Inverse versed cosine. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | acvc (double x) |
Inverse versed cosine. More... | |
Inverse versed cosine.
Definition in file acvc.c.
double acvc | ( | double | x | ) |
Inverse versed cosine.
Method acvc(x) = asin(1+x)
Definition at line 45 of file acvc.c.
References asin().
Referenced by RealNumber::ArcCoVerCosine().