]> www.ginac.de Git - cln.git/commitdiff
* revert broken indentation.
authorRichard Kreckel <kreckel@ginac.de>
Sat, 3 Nov 2001 19:41:27 +0000 (19:41 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Sat, 3 Nov 2001 19:41:27 +0000 (19:41 +0000)
src/float/transcendental/cl_F_sinx.cc

index d61dfb7f1ffddff945bdbccbfcb3539fc91431bb..f74fe223ef7dfc587ea1d25499947ea21f9be830 100644 (file)
@@ -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;