Modifier and Type | Method and Description |
---|---|
static double |
value(double p,
double q)
Returns the value of \( \log B(p, q) \) for \( 0 \leq x \leq 1 \) and \( p, q > 0 \).
|
public static double value(double p, double q)
DBETLN
.p
- First argument.q
- Second argument.NaN
if
p <= 0
or q <= 0
.Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.