> 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.

# Atan2

> Computes the arctangent of the given coordinates.

Computes the arctangent of the given coordinates.

## Usage

`Atan2(y,x)`

**y** (required): The y coordinate of the point.

**x** (required): The x coordinate of the point.

## Related resources

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