cupyx.scipy.special.betaln#

cupyx.scipy.special.betaln()#

Natural logarithm of absolute value of beta function.

Computes ln(abs(beta(a, b))).

Parameters:
Returns:

Value of the natural log of the magnitude of beta.

Return type:

scalar or ndarray

See also

scipy.special.betaln()