amath
1.8.5
Simple command line calculator
|
Inverse versed sine. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | avcs (double x) |
Inverse versed sine. More... | |
Inverse versed sine.
Definition in file avcs.c.
double avcs | ( | double | x | ) |
Inverse versed sine.
avcs(x) = acos(1+x)
Definition at line 44 of file avcs.c.
References acos().
Referenced by RealNumber::ArcVerCosine().