org.hammerlab.math
Emit an exponentially-increasing sequence of integers composed of repetitions of steps scaled by successive powers of base.
steps
base
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
collect
toSeq
Emit an exponentially-increasing sequence of integers composed of repetitions of
steps
scaled by successive powers ofbase
.