gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:sqrtf from t2ex/bsd_source/lib/libc/src_bsd/math/e_hypotf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_hypotf.c - 2.5KB - 79 lines
65:             t2 = a-t1;
66:             w  = sqrtf(t1*t1-(b*(-b)-t2*(a+t1)));
67:         } else {
72: t2 = a - t1; 73: w = sqrtf(t1*yy1-(w*(-w)-(t1*y2+t2*b))); 74: }