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