]> gitweb.factorcode.org Git - factor.git/commitdiff
more 0./0. bugs
authorDoug Coleman <erg@trifocus.net>
Sun, 29 Jan 2006 17:11:45 +0000 (17:11 +0000)
committerDoug Coleman <erg@trifocus.net>
Sun, 29 Jan 2006 17:11:45 +0000 (17:11 +0000)
TODO.FACTOR.txt

index 2f98471d4485550e326612d08d5234a852718ae7..08a8ca18b3b1f090e1c0f1a42aed1824a961229f 100644 (file)
@@ -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
+