count-iterations ( z max-iterations step-quot test-quot -- #iters )


Vocabulary
benchmark.mandel

Inputs
zan object
max-iterationsan object
step-quotan object
test-quotan object


Outputs
#itersan object


Definition


: count-iterations
( z max-iterations step-quot test-quot -- #iters )
'[ drop @ dup @ ] find-last-integer nip ; inline