mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
reduce bound on equal?/bounded
This commit is contained in:
parent
580aaf35ff
commit
045bb1813c
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@
|
|||
(lp (- i 1))))))))))
|
||||
(else
|
||||
(equal? a b))))
|
||||
(let ((res (equal?/bounded a b 100000 100000)))
|
||||
(let ((res (equal?/bounded a b 10000 10000)))
|
||||
(and res (or (> res 0) (equiv? a b)) #t))))
|
||||
|
|
Loading…
Add table
Reference in a new issue