Calculates the cotangent of an angle.
// Calculate the cotangent of 20
CoTangentRes = CoTan(20)
// Returns 2.74747741945
Syntax
<Result> = CoTan(<Angle>)
<Result>: Real
Cotangent of the specified angle.
<Angle>: Integer or real
Angle (in degrees) to use. A WLanguage error occurs if this parameter is set to 0°, 180° or -180°.