Calculates the distance between two points on a plane 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 |
|---|---|---|---|
x1 | number or column | ✓ Yes | The x coordinate of the first point |
y1 | number or column | ✓ Yes | The y coordinate of the first point |
x2 | number or column | ✓ Yes | The x coordinate of the second point |
y2 | number or column | ✓ Yes | The y coordinate of the second point |
x1: INT, FLOAT, DECIMAL
Allowed Column Types for y1: INT, FLOAT, DECIMAL
Allowed Column Types for x2: INT, FLOAT, DECIMAL
Allowed Column Types for y2: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 4
- Maximum parameters: 4
Examples
5