#include #include float cargf(float complex z) { return atan2f(__imag__ z, __real__ z); }