> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://help.sigmacomputing.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://help.sigmacomputing.com/_mcp/server.

# Cot

> Computes the cotangent of the given angle.

Computes the cotangent of the given angle.

## Usage

`Cot(value)`

**value** (required): The angle (in radians) whose cotangent will be calculated.

## Related resources

* [Tan](/docs/tan)
* [Atan](/docs/atan)
* [Atan2](/docs/atan2)