]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_F_coshsinh.cc
2006-04-25 Bruno Haible <bruno@clisp.org>
[cln.git] / src / float / transcendental / cl_F_coshsinh.cc
index 171329985a9ee853b5b23b9058f457991ce9bf77..78882853ad5a86abd2e1733c942e1094df895648 100644 (file)
@@ -36,7 +36,7 @@ const cosh_sinh_t cosh_sinh (const cl_F& x)
        var sintL e = float_exponent(x);
        if (e < 0) { // Exponent e abtesten
                // e<0
-               if (zerop(x) || (e <= (1-(sintL)float_digits(x))>>1))
+               if (zerop(x) || (e <= (1-(sintC)float_digits(x))>>1))
                        // e <= (1-d)/2 <==> e <= -ceiling((d-1)/2)
                        return cosh_sinh_t(cl_float(1,x),x);
                // Rechengenauigkeit erhöhen