X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Ftranscendental%2Fcl_F_sinh.cc;h=b1f0bfcece3aeec95d0c658f0eff8e3273263b13;hb=c84c6db5d56829d69083c819688a973867694a2a;hp=7ffdb1a262c207dff4d714a303a75500d000a247;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/src/float/transcendental/cl_F_sinh.cc b/src/float/transcendental/cl_F_sinh.cc index 7ffdb1a..b1f0bfc 100644 --- a/src/float/transcendental/cl_F_sinh.cc +++ b/src/float/transcendental/cl_F_sinh.cc @@ -37,7 +37,7 @@ const cl_F sinh (const cl_F& x) } else #endif if ((TheLfloat(x)->len >= 500) - && (float_exponent(x) > (-(sintL)float_digits(x))>>1)) { + && (float_exponent(x) > (-(sintC)float_digits(x))>>1)) { // verwende exp(x), schneller als cl_coshsinh_ratseries // (aber nur bei 0 > e > -d/2, denn wir müssen, um // Auslöschung zu verhindern, |e| Bits dazunehmen)