From 660c19b01922a2796c0d7cfa418cce177c468b5b Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 3 Nov 2001 19:41:27 +0000 Subject: [PATCH] * revert broken indentation. --- src/float/transcendental/cl_F_sinx.cc | 1 + 1 file changed, 1 insertion(+) 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;