]> gitweb.factorcode.org Git - factor.git/commitdiff
more compile errors
authorDoug Coleman <erg@trifocus.net>
Thu, 19 Jan 2006 22:35:00 +0000 (22:35 +0000)
committerDoug Coleman <erg@trifocus.net>
Thu, 19 Jan 2006 22:35:00 +0000 (22:35 +0000)
TODO.FACTOR.txt

index 35c051e81f55357b41219f02998d125e1a00dfef..2b6c77e365e99bdfedfd4bb77be48c27557488da 100644 (file)
@@ -72,3 +72,26 @@ ALL TESTS BELOW FAIL ON x86 linux 32bit
 \r
 : math-dummy -248461184 float>bits ;   FAILS\r
 \r
+---RATIO---\r
+Compiles VERY SLOWLY\r
+: math-dummy\r
+    292025505/568715131 587196182/778552531 cos neg\r
+    133163510/474434699 >bignum 57689734/429093367 tan cos\r
+    585585439/262485063 neg ;\r
+\r
+Compile fails\r
+: math-dummy 41614997/15884070 392881821/294492125 + sin sin sin tan sin 830428019/886540270 * neg ;\r
+\r
+---FLOAT---\r
+Compile fails:\r
+: math-dummy\r
+    2.522378181825594 tan 7.825249292551574 - cos\r
+    0.2875868408644093 + sin >bignum cos >float sin ;\r
+Compile fails:\r
+: math-dummy\r
+    0.5589927916549555 tan 2.261878253481278 + tan sin ;\r
+\r
+SLOW compile\r
+: math-dummy\r
+    1.550108042325469 3.888423982091886 - tan tan ;\r
+\r