From e34d338984c9e40ec71a5453208ed895a964970e Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 29 Jan 2006 15:39:46 +0000 Subject: [PATCH] Bugs --- TODO.FACTOR.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 6f081e82ef..2f98471d44 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -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