jax.numpy.exp#

jax.numpy.exp(x, /)#

Calculate the exponential of all elements in the input array.

LAX-backend implementation of numpy.exp().

Original docstring below.

Parameters

x (array_like) – Input values.

Returns

out – Output array, element-wise exponential of x. This is a scalar if x is a scalar.

Return type

ndarray or scalar

References

1

Wikipedia, “Exponential function”, https://en.wikipedia.org/wiki/Exponential_function

2

M. Abramovitz and I. A. Stegun, “Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables,” Dover, 1964, p. 69, https://personal.math.ubc.ca/~cbm/aands/page_69.htm