Skip to content

Commit

Permalink
reduce bound on equal?/bounded
Browse files Browse the repository at this point in the history
  • Loading branch information
ashinn committed May 29, 2024
1 parent 580aaf3 commit 045bb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chibi/equiv.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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))))

0 comments on commit 045bb18

Please sign in to comment.