gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:atan2f (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/complex/s_cargf.c - 992B - 25 lines
23: {
24:         return atan2f (__imag__ z, __real__ z);
25: }
bsd_source/lib/libc/src_bsd/complex/s_catanf.c - 2.8KB - 124 lines
106: 
107:         t = 0.5f * atan2f(2.0f * x, a);
108:         w = _redupif(t);
bsd_source/lib/libc/src_bsd/complex/s_clogf.c - 1.9KB - 72 lines
66:         y = cimagf(z);
67:         rr = atan2f(y, x);
68:         p = cabsf(z);