COT
Returns the cotangent of a given angle.
Last updated
Returns the cotangent of a given angle.
COT(angle)
angle - the angle in radian from which the cotangent should be returned - Value type: number
If angle is in degrees, it should be multiplied by PI() / 180.
Examples
Example 1 - COT of a single value:

Example 2 - COT for a range of values:

Last updated
