scipp.log# scipp.log(x, *, out=None)# Element-wise natural logarithm. Parameters: x (TypeVar(_T)) – Input data. out (Optional[Variable], default: None) – Optional output buffer. Returns: TypeVar(_T) – Base e logarithm of the input.