amath
1.8.5
Simple command line calculator
|
Inverse cotangent function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | acot (double x) |
Inverse cotangent function. More... | |
Inverse cotangent function.
Definition in file acot.c.
double acot | ( | double | x | ) |
Inverse cotangent function.
Method arccot(x) = arctan(1/x)
Definition at line 45 of file acot.c.
References atan().
Referenced by RealNumber::ArcCotangent().