logaddexp#

rbc.stdlib.elementwise_functions.logaddexp(x1, x2)#

Calculates the logarithm of the sum of exponentiations log(exp(x1) + exp(x2)) for each element x1_i of the input array x1 with the respective element x2_i of the input array x2.

Array-API ‘logaddexp’ doc