mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-06 20:56:38 +02:00
Fixing exactness in square test.
This commit is contained in:
parent
bb00cdaf1b
commit
4c0bb08996
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@
|
|||
;; (test undefined (atan 0.0 0.0))
|
||||
|
||||
(test 1764 (square 42))
|
||||
(test 4.0 (square 2))
|
||||
(test 4 (square 2))
|
||||
|
||||
(test 3 (sqrt 9))
|
||||
(test 1.4142135623731 (sqrt 2))
|
||||
|
|
Loading…
Add table
Reference in a new issue