public class GammaFunction extends Object implements DoubleUnaryOperator
This class is a wrapper for the Commons Math library implementation of the Gamma function.
| Constructor and Description |
|---|
GammaFunction() |
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(double x) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic double applyAsDouble(double x)
applyAsDouble in interface DoubleUnaryOperatorCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.