COT

Calculates the cotangent of an angle

COT(angle, radians)

Returns the cotangent of an angle. Default assumes angle was input in radians.

Arguments

Argument

Description

angle

Angle to take cotangent of.

radians

True to assume input is in radians (default), false to assume input is in degrees.

Output

The cotangent of an angle.

Example

Last updated