Class LogBeta


  • public final class LogBeta
    extends Object
    Computes logeB(p,q).

    This class is immutable.

    • Method Detail

      • value

        public static double value​(double p,
                                   double q)
        Returns the value of logB(p,q) for 0x1 and p,q>0. Based on the NSWC Library of Mathematics Subroutines implementation, DBETLN.
        Parameters:
        p - First argument.
        q - Second argument.
        Returns:
        the value of logB(p,q), or NaN if p <= 0 or q <= 0.