amath
1.8.5
Simple command line calculator
|
Inverse secant function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | asec (double x) |
Inverse secant function. More... | |
Inverse secant function.
Definition in file asec.c.
double asec | ( | double | x | ) |
Inverse secant function.
Method arcsec(x) = arccos(1/x)
Definition at line 45 of file asec.c.
References acos().
Referenced by RealNumber::ArcSecant().