X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Fmisc%2Fcl_F_mostneg.cc;fp=src%2Ffloat%2Fmisc%2Fcl_F_mostneg.cc;h=1008f8347074fe43b7fabd19da8a5a989606ce8d;hb=665c18cd376d8d8c5a8eafb30681a3f9f46d4a99;hp=ca1d467114649bcb08c07fcd9132863fbb68a0a4;hpb=353bb28da69bf2c10e74d11a8a2b1e4ea315cb0e;p=cln.git diff --git a/src/float/misc/cl_F_mostneg.cc b/src/float/misc/cl_F_mostneg.cc index ca1d467..1008f83 100644 --- a/src/float/misc/cl_F_mostneg.cc +++ b/src/float/misc/cl_F_mostneg.cc @@ -19,7 +19,7 @@ CL_PROVIDE(cl_F_mostneg) namespace cln { -// Exponent so groß wie möglich, Mantisse 1...1, Vorzeichen -. +// Exponent so groß wie möglich, Mantisse 1...1, Vorzeichen -. static const cl_SF most_negative_SF = make_SF(-1,SF_exp_high,bit(SF_mant_len+1)-1);