Cot

The function wizard for the Cot function looks as follows:

Syntax

Cot(Value)

Parameters

Value. Angle in radians, cotangent of which is determined. Cotangent has discontinuity points: 0o, ± 180o,± 360o,...

NOTE. To determine the parameter, specify either the number or the address of the cell where it is located.

Description

Returns cotangent of a number.

Comments

Cotangent of an angle is the ratio of the angle cosine to the angle sine.

Example

Formula Result Description
= Cot(A1) 1,000 The cotangent of the number stored in the A1 cell expressed in radians. The A1 cell stores the number 0.7854.
= Cot(1,5708) 0,000 Cotangent of the number 1.5708.

NOTE. If the angle is specified in degrees, use the Radians feature to convert it into radians.

See also:

Function Wizard │ MathematicalTan │ IMath.Cot