X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Flfloat%2Fmisc%2Fcl_LF_idecode.cc;h=b21490c3b0cdebca140fa3b6b3fc589c39497f04;hb=c84c6db5d56829d69083c819688a973867694a2a;hp=06c8d0948241e5ad0dec62857882f4be2bcd0738;hpb=976a13157ca8d274a5bcbdac662cac538091e92c;p=cln.git diff --git a/src/float/lfloat/misc/cl_LF_idecode.cc b/src/float/lfloat/misc/cl_LF_idecode.cc index 06c8d09..b21490c 100644 --- a/src/float/lfloat/misc/cl_LF_idecode.cc +++ b/src/float/lfloat/misc/cl_LF_idecode.cc @@ -34,7 +34,7 @@ const cl_idecoded_float integer_decode_float (const cl_LF& x) // Mantisse mant, // e-intDsize*n = uexp-LF_exp_mid-intDsize*n als Integer - minus(uexp, LF_exp_mid + intDsize*(uintL)len), + minus(uexp, LF_exp_mid + intDsize*len), (sign>=0 ? cl_I(1) : cl_I(-1)) // (-1)^s erzeugen ); }