Format: AllC/C++CSSTextshell script Advanced Search
23: { 24: return atan2f (__imag__ z, __real__ z); 25: }
106: 107: t = 0.5f * atan2f(2.0f * x, a); 108: w = _redupif(t);
66: y = cimagf(z); 67: rr = atan2f(y, x); 68: p = cabsf(z);