Search | Google it | Results 1 - 3 of 3 for funcall:log1pf (0.00 seconds) |
42: t = x-one; 43: return log1pf(t+sqrtf((float)2.0*t+t*t)); 44: }
36: t = x+x; 37: t = (float)0.5*log1pf(t+t*x/(one-x)); 38: } else
41: t = x*x; 42: w =log1pf(fabsf(x)+t/(one+sqrtf(one+t))); 43: }