Returns the logarithm of the beta function.
Category: | Mathematical |
Returned data type: | DOUBLE |
is the first shape parameter, where a>0.
Data type | DOUBLE |
is the second shape parameter, where b>0.
Data type | DOUBLE |
Statement
|
Result
|
---|---|
select logbeta(5,3); |
-4.6539603501575 |