>base-digits ( n radix -- seq )


Vocabulary
math.parser

Inputs
nan integer
radixan object


Outputs
seqa sequence


Word description
Converts a real number to a list of its digits in the given radix. The result is a sequence of integer digits.

Definition