scipp.log#

scipp.log(x, *, out=None)#

Element-wise natural logarithm.

Parameters:
  • x (TypeVar(_T)) – Input data.

  • out (Variable | None, default: None) – Optional output buffer.

Returns:

TypeVar(_T) – Base e logarithm of the input.