mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +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))))
|
||||
|
||||
|
||||
;;;
|
||||
;;; Tests for number-theoretic division operators:
|
||||
;;;
|
||||
;;; euclidean/
|
||||
;;; euclidean-quotient
|
||||
;;; euclidean-remainder
|
||||
;;; floor/
|
||||
;;; floor-quotient
|
||||
;;; floor-remainder
|
||||
;;; ceiling/
|
||||
;;; ceiling-quotient
|
||||
;;; ceiling-remainder
|
||||
;;; truncate/
|
||||
;;; truncate-quotient
|
||||
;;; truncate-remainder
|
||||
;;; centered/
|
||||
;;; centered-quotient
|
||||
;;; centered-remainder
|
||||
;;; round/
|
||||
;;; round-quotient
|
||||
;;; round-remainder
|
||||
;;;
|
||||
|
||||
(with-test-prefix "Number-theoretic division"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue