log1p#

rbc.stdlib.elementwise_functions.log1p(a)#

Calculates an implementation-dependent approximation to log(1+x), where log refers to the natural (base e) logarithm, having domain [-1, +infinity] and codomain [-infinity, +infinity], for each element x_i of the input array x.

Array-API ‘log1p’ doc