Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FUNCTION bico(n,k)
|
||||
INTEGER k,n
|
||||
REAL bico
|
||||
CU USES factln
|
||||
REAL factln
|
||||
bico=nint(exp(factln(n)-factln(k)-factln(n-k)))
|
||||
return
|
||||
END
|
||||
Reference in New Issue
Block a user