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

