atan2 constructor

const atan2(
  1. num y,
  2. num x
)

Mimic atan2 function.

Implementation

const factory atan2(num y, num x) = ConstMath.atan2;