scipp.exp

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

Element-wise exponential.

Parameters
  • x (VariableLike) – Input data.

  • out (Optional[VariableLike]) – Optional output buffer.

Returns

e raised to the power of the input.

Return type

VariableLike