cupyx.scipy.special.betaln#

cupyx.scipy.special.betaln = <ufunc 'cupyx_scipy_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()