7 lines
277 B
Factor
7 lines
277 B
Factor
|
USING: help.markup help.syntax ;
|
||
|
IN: math.text.utils
|
||
|
|
||
|
HELP: 3digit-groups
|
||
|
{ $values { "n" "a positive integer" } { "seq" "a sequence" } }
|
||
|
{ $description "Decompose a number into 3 digits groups and return them in a sequence, starting with the units, then the tenths, etc." } ;
|