To work with the tool in Foresight Analytics Platform 10, use the new interface.

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

It 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 0.7854 number.
= Cot(1,5708) 0,000 Cotangent of the 1.5708 number.

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

See also:

Function Wizard │ Mathematical FunctionsTan │ IMath.Cot