atan2
Returns the four-quadrant inverse tangent of the two arguments b and c.
Syntax
atan2(<b>, <c>) as <field>
Example
atan2(0, -1) as v // v = pi
Returns the four-quadrant inverse tangent of the two arguments b and c.
atan2(<b>, <c>) as <field>
atan2(0, -1) as v // v = pi