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

(*): Add complex/bignum test.

This commit is contained in:
Kevin Ryde 2003-07-18 00:01:55 +00:00
parent 51787257cc
commit 65ea251e5b

View file

@ -1790,6 +1790,13 @@
;;; *
;;;
(with-test-prefix "*"
(pass-if "complex * bignum"
(let ((big (ash 1 90)))
(= (make-rectangular big big)
(* 1+1i big)))))
;;;
;;; /
;;;