]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/mandel/mandel.factor
Revert "core: find-last-integer -> find-last-integer-from for symmetry"
[factor.git] / extra / benchmark / mandel / mandel.factor
index d3f72c41e8afc0ae94663861bb531b4d421643ae..00861f819b89346ee276adfda52161184461a2dd 100644 (file)
@@ -14,7 +14,7 @@ IN: benchmark.mandel
 : c ( i j -- c ) scale center width height scale 2 / - + ; inline
 
 : count-iterations ( z max-iterations step-quot test-quot -- #iters )
-    '[ drop @ dup @ ] find-last-integer-from nip ; inline
+    '[ drop @ dup @ ] find-last-integer nip ; inline
 
 : pixel ( c -- iterations )
     [ C{ 0.0 0.0 } max-iterations ] dip