org.apache.commons.math.special |
Implementations of special functions such as Beta and Gamma.
|
Java Source File Name | Type | Comment |
Beta.java | Class | This is a utility class that provides computation methods related to the
Beta family of functions. |
BetaTest.java | Class | |
Erf.java | Class | This is a utility class that provides computation methods related to the
error functions. |
ErfTest.java | Class | |
Gamma.java | Class | This is a utility class that provides computation methods related to the
Gamma family of functions. |
GammaTest.java | Class | |