scipp.log#

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

Element-wise natural logarithm.

Parameters:
  • x (VariableLike) – Input data.

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

Returns:

VariableLike – Base e logarithm of the input.