|
Biorithm
1.1
|
A class to quickly compute factorial logs and estimate factorial logs using Stirling's approximation. More...
#include <enrichment-algorithm.h>
Public Member Functions | |
| double | factorial (unsigned int) const |
| double | factorialLog (unsigned int) const |
| double | factorialEstimate (unsigned int) const |
| double | factorialEstimateLog (unsigned int) const |
A class to quickly compute factorial logs and estimate factorial logs using Stirling's approximation.
1.7.6.1