From be9916c903e7f46b3e60cc12ab1c83e6fc9786c4 Mon Sep 17 00:00:00 2001 From: slava Date: Wed, 9 Aug 2006 06:11:41 +0000 Subject: [PATCH] Remove useless alias --- contrib/math/combinatorics.factor | 5 ----- 1 file changed, 5 deletions(-) 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 ; -