Skip to main content
Computes the arctangent of the given coordinates Category: math Syntax:
Returns: Float Context Filtering: ✓ Yes

Parameters

Allowed Column Types for y: INT, FLOAT, DECIMAL Allowed Column Types for x: INT, FLOAT, DECIMAL

Validation

  • Minimum parameters: 2
  • Maximum parameters: 2

Examples

Calculates the arctangent for each pair of coordinates
Returns the arctangent of coordinates (0, 1) Result: 0
Last modified on March 13, 2026