HardRods
, VanderWaals
public interface BetaSource
Modifier and Type | Method | Description |
---|---|---|
double |
beta(int k) |
|
double |
kbeta(int k) |
Returns k * beta(k), which in some cases has better precision than beta(k) itself.
|
int |
maxIndex() |
Returns k such that beta[j] == 0 for all j > k.
|