Function atan2

Complex atan2

T atan2(T) (
  Complex!T x
);

Example

auto c1 = Complex!float(1);
assert(atan2(c1) == 0.0f);