From fd8652254846e5f3504f27ecf067ba087a0daa4e Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 29 Jan 2006 17:11:45 +0000 Subject: [PATCH] more 0./0. bugs --- TODO.FACTOR.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 2f98471d44..08a8ca18b3 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -30,4 +30,6 @@ - call and compile-1 give C{ 0.0/0.0 0.0/0.0 } 0.0/0.0 - 2.718281828459045e+19 [ dup float? [ sech ] when ] - call/compile-1: C{ 0.0/0.0 0.0/0.0 } 0.0 -- 0.0/0.0 next-power-of-2 causes gc forever +- 0.0/0.0 next-power-of-2 never terminates -- comparison always returns false +- 0.0/0.0 >fixnum . -> 0 0.0/0.0 >bignum . -> 0 +