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