atan2
function atan2(y, x): Column;Defined in: functions/math.ts:111
Computes the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
y |
ColOrName |
x |
ColOrName |