Returns the cotangent of the given angle, provided in radian.
Sample Usage
COT(1)
COT(C5)
Syntax
COT(number)
- number - The angle, in radians, for which the cotangent is to be computed.
Examples
COT(1) returns the cotangent of 1 i.e. 0.64209
COT(C5) returns the cotangent of the number contained in C5.