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:
parent
7bfedb8707
commit
c05696aa94
1 changed files with 14 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue