scipp.log

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

Element-wise natural logarithm.

Parameters
  • x (VariableLike) – Input data.

  • out (Optional[VariableLike]) – Optional output buffer.

Returns

Base e logiarithm of the input.

Return type

VariableLike