From: Richard Kreckel Date: Sat, 3 Nov 2001 19:41:27 +0000 (+0000) Subject: * revert broken indentation. X-Git-Tag: cln_1-1-3~3 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=660c19b01922a2796c0d7cfa418cce177c468b5b;p=cln.git * revert broken indentation. --- diff --git a/src/float/transcendental/cl_F_sinx.cc b/src/float/transcendental/cl_F_sinx.cc index d61dfb7..f74fe22 100644 --- a/src/float/transcendental/cl_F_sinx.cc +++ b/src/float/transcendental/cl_F_sinx.cc @@ -120,6 +120,7 @@ const cl_LF sinx_naive (const cl_LF& x) // -1.4 = d/dk j(k) = (d/dj k(j))^-1 = - j^2/(d+j)*ln 2, also j^2=2(d+j), // grob j=sqrt(2d) und damit k=sqrt(d).] // Aufwand: asymptotisch d^2.5 . + if (zerop(x)) return x; var uintL actuallen = TheLfloat(x)->len;