Remove useless alias

slava 2006-08-09 06:11:41 +00:00
parent 77ce02470a
commit be9916c903
1 changed files with 0 additions and 5 deletions

View File

@ -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 ;