]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/e-decimals/e-decimals.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / benchmark / e-decimals / e-decimals.factor
index 4da5cff828b91d499574e2c00fd0af8e123947c4..c1220231fd22fa5c826ea5f0d0f5e2299954d000 100644 (file)
@@ -5,7 +5,7 @@ sequences ;
 IN: benchmark.e-decimals
 
 : D-factorial ( n -- D! )
-    iota DECIMAL: 1 [ 0 <decimal> DECIMAL: 1 D+ D* ] reduce ; inline
+    <iota> DECIMAL: 1 [ 0 <decimal> DECIMAL: 1 D+ D* ] reduce ; inline
 
 :: calculate-e-decimals ( n -- e )
     n [1,b] DECIMAL: 1