Remove useless alias
parent
77ce02470a
commit
be9916c903
|
|
@ -35,8 +35,3 @@ USING: kernel sequences errors namespaces math ;
|
||||||
] [
|
] [
|
||||||
2dup - nip [ factorial ] keep rot pick >r factorial-part r> /
|
2dup - nip [ factorial ] keep rot pick >r factorial-part r> /
|
||||||
] if ;
|
] if ;
|
||||||
|
|
||||||
: binomial ( n k -- nCk )
|
|
||||||
#! same as nCk
|
|
||||||
nCk ;
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue