]> gitweb.factorcode.org Git - factor.git/commitdiff
truncate for floats
authorDoug Coleman <erg@trifocus.net>
Thu, 19 Jan 2006 23:34:27 +0000 (23:34 +0000)
committerDoug Coleman <erg@trifocus.net>
Thu, 19 Jan 2006 23:34:27 +0000 (23:34 +0000)
TODO.FACTOR.txt

index e18fb04798a0a11b3ee5077838cb3fda97da86d3..8f2df9ac7ac92e039a2d330f8f7cf129645a208c 100644 (file)
@@ -44,7 +44,7 @@
 \r
 - font problem: http://iarc1.ece.utexas.edu/~erg/font-bug.JPG\r
 \r
-- implement 3.3 floor  4.7 ceiling\r
+- implement 3.3 floor  4.7 ceiling  4.5 truncate\r
 \r
 ALL TESTS BELOW FAIL ON x86 linux 32bit\r
 - float not commutative bug\r
@@ -93,3 +93,5 @@ Compile fails:
 : math-dummy\r
     2.522378181825594 tan 7.825249292551574 - cos\r
     0.2875868408644093 + sin >bignum cos >float sin ;\r
+\r
+\r