Skip to content

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).

Parameter Type
y ColOrName
x ColOrName

Column