scipp.exp# scipp.exp(x, *, out=None)# Element-wise exponential. Parameters: x (TypeVar(_T)) – Input data. out (Optional[Variable], default: None) – Optional output buffer. Returns: TypeVar(_T) – e raised to the power of the input.