1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-01 01:40:21 +02:00

* abs no longer accepts complex numbers as parameter.

This commit is contained in:
Dirk Herrmann 2000-05-11 15:51:56 +00:00
parent e828cb75d4
commit 5ea6d5318a
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2000-05-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
* boot-9.scm (abs): Don't set to magnitude. abs now does not
accept complex numbers as parameter.
2000-05-09 Marius Vollmer <mvo@zagadka.ping.de>
* common-list.scm (delete-if-not!): Bug fix of bug fix: change

View file

@ -868,8 +868,6 @@
(/ (log (/ (- +i z) (+ +i z))) +2i))
($atan2 z (car y))))
(set! abs magnitude)
(define (log10 arg)
(/ (log arg) (log 10)))