Cot

Calculates the Cotangent of a value.

Function Group Execution Windows Embedded Thin Client
Cot Trigonometric Synchronous Supported Supported Supported

Syntax

Cot( numAngle )
numAngle
The Angle (in radians) from which to calculate the Cotangent.

Returned value

Returns the Cotangent of numAngle.

Note: Although mathematically the tangent of Pi is infinite, IWS only returns the largest number possible.

Examples

Tag Name Expression
Tag Cot( 0.785398 ) // Returned value = 1.000000
Tag Cot( 0 ) // Returned value = 0.00000