QNANO
Main Page
Related Pages
Classes
Files
File List
include
tools
Binomial.h
1
#ifndef QNANO_NEW_BINOMIAL_DEFINED_H
2
#define QNANO_NEW_BINOMIAL_DEFINED_H
3
4
class
Binomial
{
5
public
:
6
static
int
n_choose_k(
int
n,
int
k);
7
8
};
9
10
#endif
Binomial
Definition:
Binomial.h:4
Generated by
1.8.11