Search | Google it | Results 1 - 1 of 1 for funcall:cimag from t2ex/bsd_source/lib/libc/src_bsd/complex/s_ctan.c (0.00 seconds) |
99: x = fabs (2.0 * creal (z)); 100: y = fabs (2.0 * cimag(z)); 101: 142: 143: d = cos (2.0 * creal (z)) + cosh (2.0 * cimag (z)); 144: 153: 154: w = sin (2.0 * creal(z)) / d + (sinh (2.0 * cimag(z)) / d) * I; 155: return (w);