|
amath
1.8.5
Simple command line calculator
|
Excosecant function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
| double | exc (double x) |
| Excosecant function. More... | |
Excosecant function.
Definition in file exc.c.
| double exc | ( | double | x | ) |
Excosecant function.
excsc(x) = csc(x)-1
= (1-sin(x))/sin(x)
= cvs(x)/sin(x)
= cvs(x)*csc(x)
Definition at line 47 of file exc.c.
Referenced by RealNumber::ExCosecant().

