Class LogGamma


  • public class LogGamma
    extends java.lang.Object
    Function \( \ln \Gamma(x) \). Class is immutable.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogGamma()  
    • Method Summary

      Modifier and Type Method Description
      static double value​(double x)
      Computes the function \( \ln \Gamma(x) \) for x >= 0.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait