amath
1.8.5
Simple command line calculator
|
Inverse coversed sine function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | acvs (double x) |
Inverse coversed sine function. More... | |
Inverse coversed sine function.
Definition in file acvs.c.
double acvs | ( | double | x | ) |
Inverse coversed sine function.
Definition at line 40 of file acvs.c.
References atan(), and sqrt().
Referenced by RealNumber::ArcCoVerSine().