arctan2 function

VARP arctan2(
  1. VARP x,
  2. VARP y
)

Implementation

VARP arctan2(VARP x, VARP y) => F.atan2(x, y);