* In expt, return exact results when possible.

This commit is contained in:
Dirk Herrmann 2000-07-13 14:47:32 +00:00
commit 2238100586
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2000-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
* boot-9.scm (expt): In case of negative integer exponents return
an exact result if the input paramters were exact. Thanks to
Mikael for the suggestion.
2000-07-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
* boot-9.scm (expt): Make sure that integer-expt is only called