]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
Fix a bug occurring with extremely high exponents.
[cln.git] / ChangeLog
index e9866321e9069259bfb096633fae536ec1289b45..67dc8ba98aac5dfa742051597ea07d9c54a0cabf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * src/float/lfloat/elem/cl_LF_mul.cc (operator*): Fix the second
        underflow condition.
+       * src/float/lfloat/algebraic/cl_LF_sqrt.cc (sqrt): Fix a bug with large
+       uexp whereby SQRT of MOST-POSITIVE-LONG-FLOAT was less than 1.
 
 2004-03-04  Richard B. Kreckel  <kreckel@ginac.de>