Format: AllC/C++CSSTextshell script Advanced Search
59: t = x-one; 60: return log1p(t+sqrt(2.0*t+t*t)); 61: }
57: t = x+x; 58: t = 0.5*log1p(t+t*x/(one-x)); 59: } else
54: t = x*x; 55: w =log1p(fabs(x)+t/(one+sqrt(one+t))); 56: }