]> gitweb.factorcode.org Git - factor.git/commitdiff
Bugs
authorDoug Coleman <erg@trifocus.net>
Sun, 29 Jan 2006 15:39:46 +0000 (15:39 +0000)
committerDoug Coleman <erg@trifocus.net>
Sun, 29 Jan 2006 15:39:46 +0000 (15:39 +0000)
TODO.FACTOR.txt

index 6f081e82ef54bbe65bba13c30c8692e76fef060a..2f98471d4485550e326612d08d5234a852718ae7 100644 (file)
@@ -25,3 +25,9 @@
 - if two tasks write to a unix stream, the buffer can overflow
 - font problem: http://iarc1.ece.utexas.edu/~erg/font-bug.JPG
 - make 3.4 bits>double an error
+
+- 2220.446049250313 [ dup float? [ tanh ] when ] 
+  - 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