gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:sqrtf from t2ex/bsd_source/lib/libc/src_bsd/math/e_acosf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_acosf.c - 2.7KB - 77 lines
58:             q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
59:             s = sqrtf(z);
60:             r = p/q;
65: z = (one-x)*(float)0.5; 66: s = sqrtf(z); 67: df = s;