1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 17:00:23 +02:00

Fix comment above number-theoretic division tests

* test-suite/tests/numbers.test: Fix comment.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Mark H Weaver 2011-02-14 18:18:52 -05:00 committed by Ludovic Courtès
parent 7bfedb8707
commit c05696aa94

View file

@ -4511,13 +4511,27 @@
(eqv-loosely? +7.071-7.071i (sqrt -100.0i)))) (eqv-loosely? +7.071-7.071i (sqrt -100.0i))))
;;;
;;; Tests for number-theoretic division operators:
;;; ;;;
;;; euclidean/ ;;; euclidean/
;;; euclidean-quotient ;;; euclidean-quotient
;;; euclidean-remainder ;;; euclidean-remainder
;;; floor/
;;; floor-quotient
;;; floor-remainder
;;; ceiling/
;;; ceiling-quotient
;;; ceiling-remainder
;;; truncate/
;;; truncate-quotient
;;; truncate-remainder
;;; centered/ ;;; centered/
;;; centered-quotient ;;; centered-quotient
;;; centered-remainder ;;; centered-remainder
;;; round/
;;; round-quotient
;;; round-remainder
;;; ;;;
(with-test-prefix "Number-theoretic division" (with-test-prefix "Number-theoretic division"