]> gitweb.factorcode.org Git - factor.git/blob - extra/math/text/utils/utils-docs.factor
2352ab948844fd2525650bc6d0da568c261bc8f2
[factor.git] / extra / math / text / utils / utils-docs.factor
1 USING: help.markup help.syntax ;
2 IN: math.text.utils
3
4 HELP: digit-groups
5 { $values { "n" "a positive integer" } { "k" "a positive integer" } { "seq" "a sequence" } }
6 { $description "Decompose a number into groups of " { $snippet "k" } " digits and return them in a sequence starting with the least significant grouped digits first." } ;