digit-groups ( n k -- seq )


Vocabulary
math.text.utils

Inputs
na positive integer
ka positive integer


Outputs
seqa sequence


Word description
Decompose a number into groups of k digits and return them in a sequence starting with the least significant grouped digits first.

Definition