mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +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))))))))))
|
(lp (- i 1))))))))))
|
||||||
(else
|
(else
|
||||||
(equal? a b))))
|
(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))))
|
(and res (or (> res 0) (equiv? a b)) #t))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue