The search functionality needs JavaScript enabled
Complex atan2
T atan2(T) ( Complex!T x );
auto c1 = Complex!float(1); assert(atan2(c1) == 0.0f);