expm1#

rbc.stdlib.elementwise_functions.expm1(a)#

Calculates an implementation-dependent approximation to exp(x)-1, having domain [-infinity,

+infinity] and codomain [-1, +infinity], for each element x_i of the input array x.

Array-API ‘expm1’ doc