atan2
atan2Calculate the angle in radians from the x-axis to a point (x,y) using the arctangent function for precise directional measurements.
Instructions
计算从x轴到点(x,y)的角度(返回弧度)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| y | Yes | ||
| x | Yes |