Search | Google it | Results 1 - 1 of 1 for funcall:sqrt from t2ex/bsd_source/lib/libc/src_bsd/math/e_hypot.c (0.00 seconds) |
106: t2 = a-t1; 107: w = sqrt(t1*t1-(b*(-b)-t2*(a+t1))); 108: } else { 115: t2 = a - t1; 116: w = sqrt(t1*yy1-(w*(-w)-(t1*y2+t2*b))); 117: }