diff --git a/contrib/math/combinatorics.factor b/contrib/math/combinatorics.factor index 72b17da3a0..f84b5f775c 100644 --- a/contrib/math/combinatorics.factor +++ b/contrib/math/combinatorics.factor @@ -35,8 +35,3 @@ USING: kernel sequences errors namespaces math ; ] [ 2dup - nip [ factorial ] keep rot pick >r factorial-part r> / ] if ; - -: binomial ( n k -- nCk ) - #! same as nCk - nCk ; -