scipp.exp#

scipp.exp(x, *, out=None)#

Element-wise exponential.

Parameters:
  • x (TypeVar(_T)) – Input data.

  • out (Variable | None, default: None) – Optional output buffer.

Returns:

TypeVar(_T) – e raised to the power of the input.