Skip to content

atan2

function atan2(y, x): Column;

Defined in: functions/math.ts:108

Computes the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta).

ParameterType
yColOrName
xColOrName

Column