X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fmath%2Fcombinatorics%2Fcombinatorics-docs.factor;h=784f67c94a7c0d002fb50bbdf7c4e2df0602dff9;hp=f34f537cf02f1ab67da8bc5476b5df88fb8d8bd2;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/math/combinatorics/combinatorics-docs.factor b/basis/math/combinatorics/combinatorics-docs.factor index f34f537cf0..784f67c94a 100644 --- a/basis/math/combinatorics/combinatorics-docs.factor +++ b/basis/math/combinatorics/combinatorics-docs.factor @@ -1,5 +1,6 @@ -USING: help.markup help.syntax kernel math math.combinatorics +USING: help.markup help.syntax math math.combinatorics math.combinatorics.private math.order sequences ; +IN: math.combinatorics HELP: factorial { $values { "n" "a non-negative integer" } { "n!" integer } }