Skip to content
Snippets Groups Projects
Commit 0ac144e3 authored by rtoy's avatar rtoy
Browse files

Update from logs

parent 95b2e095
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,12 @@ New in this release: ...@@ -35,6 +35,12 @@ New in this release:
version :NEWEST. version :NEWEST.
- Converting negative rationals to double-double-float's doesn't - Converting negative rationals to double-double-float's doesn't
produce wrong answers anymore. 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: * Trac Tickets:
- #8 fixed so logs of bignums and ratios that won't fit into a - #8 fixed so logs of bignums and ratios that won't fit into a
float can be computed, instead of signalling an error. float can be computed, instead of signalling an error.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment