From 0ac144e361e7fc58715dca995c8c38808c725434 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 1 Feb 2007 15:28:55 +0000 Subject: [PATCH] Update from logs --- general-info/release-19e.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/general-info/release-19e.txt b/general-info/release-19e.txt index e94b56277..76cbcf8fd 100644 --- a/general-info/release-19e.txt +++ b/general-info/release-19e.txt @@ -35,6 +35,12 @@ New in this release: version :NEWEST. - Converting negative rationals to double-double-float's doesn't produce wrong answers anymore. + - A bug in type derivation for EXPT has been fixed. (expt x y) + for x of type (double-float (0d0) 1d0) and y of type + (double-float (0d0)) now returns (or (member 0d0) (double-float + (0d0) 1d0)) instead of (double-float 0d0 1d0), i.e., -0d0 is not + in the range. + * Trac Tickets: - #8 fixed so logs of bignums and ratios that won't fit into a float can be computed, instead of signalling an error. -- GitLab