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:
parent
51787257cc
commit
65ea251e5b
1 changed files with 7 additions and 0 deletions
|
@ -1790,6 +1790,13 @@
|
|||
;;; *
|
||||
;;;
|
||||
|
||||
(with-test-prefix "*"
|
||||
|
||||
(pass-if "complex * bignum"
|
||||
(let ((big (ash 1 90)))
|
||||
(= (make-rectangular big big)
|
||||
(* 1+1i big)))))
|
||||
|
||||
;;;
|
||||
;;; /
|
||||
;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue