exp#

rbc.stdlib.elementwise_functions.exp(a)#
Calculates an implementation-dependent approximation to the exponential function, having

domain.

[-infinity, +infinity] and codomain [+0, +infinity], for each element x_i of the input array x (e raised to the power of x_i, where e is the base of the natural logarithm).

Array-API ‘exp’ doc