A cache of values of chooseln. More...
#include <chooseln_cache.h>
Data Fields | |
double ** | values |
int | size |
A cache of values of chooseln.
Chooseln evaluates the natural logarithm of Gamma(n+1)/(Gamma(k+1)*Gamma(n-k+1)) The cache holds values for integer values of n and k. It does not appear to be threadsafe.
int chooseln_cache::size |
double** chooseln_cache::values |