log#

rbc.stdlib.elementwise_functions.log(a)#

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

Array-API ‘log’ doc