#include <Binomial.h>
List of all members.
Detailed Description
This class implements the binomial calculations
Constructor & Destructor Documentation
| zeus::TBinomial::TBinomial |
( |
) |
[inline, protected] |
| virtual zeus::TBinomial::~TBinomial |
( |
) |
[inline, protected, virtual] |
Member Function Documentation
| Int64 TBinomial::getBinomial |
( |
Float |
fN, |
|
|
Float |
fK |
|
) |
| [static] |
Returns the binomial value of two coefficients
- Parameters:
-
| fN | : Coefficient N of the formula |
| fK | : Coefficient K of the formula |
- Returns:
- (n!)/(k!(n-k)!)
| Float TBinomial::getBinomialF |
( |
Float |
fN, |
|
|
Float |
fK |
|
) |
| [static] |
Returns the binomial value of two coefficients
- Parameters:
-
| fN | : Coefficient N of the formula |
| fK | : Coefficient K of the formula |
- Returns:
- (n!)/(k!(n-k)!)
The documentation for this class was generated from the following files: