Class GammaFunction.Incomplete

java.lang.Object
org.ojalgo.function.special.GammaFunction
org.ojalgo.function.special.GammaFunction.Incomplete
Enclosing class:
GammaFunction

public abstract static class GammaFunction.Incomplete extends GammaFunction
  • Constructor Details

    • Incomplete

      public Incomplete()
  • Method Details

    • lower

      public static ComplexNumber lower(ComplexNumber z, double limit)
    • lower

      public static double lower(double x, double limit)
    • lower

      public static double lower(int n, double limit)
    • upper

      public static ComplexNumber upper(ComplexNumber z, double limit)
    • upper

      public static double upper(double x, double limit)
    • upper

      public static double upper(int n, double limit)