]> www.ginac.de Git - cln.git/blobdiff - src/float/misc/cl_F_mostneg.cc
* */*: Convert encoding from ISO 8859-1 to UTF-8.
[cln.git] / src / float / misc / cl_F_mostneg.cc
index ca1d467114649bcb08c07fcd9132863fbb68a0a4..1008f8347074fe43b7fabd19da8a5a989606ce8d 100644 (file)
@@ -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);