mlx.core.exp# mlx.core.exp(a: array, /, *, stream: Union[None, Stream, Device] = None) → array# Element-wise exponential. Parameters: a (array) – Input array. Returns: The exponential of a. Return type: array