Class NaturalLogGammaFunction
- java.lang.Object
-
- com.opengamma.strata.math.impl.function.special.NaturalLogGammaFunction
-
public class NaturalLogGammaFunction extends Object implements Function<Double,Double>
The natural logarithm of the Gamma functionGammaFunction
.This class is a wrapper for the Commons Math library implementation of the log-Gamma function
-
-
Constructor Summary
Constructors Constructor Description NaturalLogGammaFunction()
-