|
amath
1.8.5
Simple command line calculator
|
Inverse excosecant function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
| double | aexs (double x) |
| Inverse exsecant function. More... | |
| double aexs | ( | double | x | ) |
Inverse exsecant function.
Method
aexsec(x) = arcsec(x+1)
= arccos(1/(x+1))
= arctan(sqrt(x^2+2*X))
Definition at line 47 of file aexs.c.
References atan(), and sqrt().
Referenced by RealNumber::ArcExSecant().

