Search | Google it | Results 11 - 13 of 13 for funcall:cimag (0.00 seconds) |
74: x = creal (z); 75: y = cimag (z); 76:
99: x = fabs (2.0 * creal (z)); 100: y = fabs (2.0 * cimag(z)); 101:
58: x = creal(z); 59: y = cimag(z); 60: d = cosh (2.0 * x) + cos (2.0 * y);