Computes the arctangent of the given coordinates Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Float
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
y | number or column | ✓ Yes | The y coordinate of the point |
x | number or column | ✓ Yes | The x coordinate of the point |
y: INT, FLOAT, DECIMAL
Allowed Column Types for x: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Examples
0