mlx.core.log1p# mlx.core.log1p(a: array, /, *, stream: Union[None, Stream, Device] = None) → array# Element-wise natural log of one plus the array. Parameters: a (array) – Input array. Returns: The natural logarithm of one plus a. Return type: array