*** empty log message ***
This commit is contained in:
parent
422b1f473d
commit
7ab8b4a19c
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
|||
/*
|
||||
n!
|
||||
choose(n, k) = -------------
|
||||
k! (n - k)!
|
||||
*/
|
||||
// n!
|
||||
// choose(n,k) = -------------
|
||||
// k! (n - k)!
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "defs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue