amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
double | aexc (double x) |
Inverse excosecant function. More... | |
double aexc | ( | double | x | ) |
Inverse excosecant function.
Method aexcsc(x) = arccsc(x+1) = arcsin(1/(x+1))
Definition at line 46 of file aexc.c.
References asin().
Referenced by RealNumber::ArcExCosecant().