scipp.log10#

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

Element-wise base 10 logarithm.

Parameters:
  • x (VariableLike) – Input data.

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

Returns:

VariableLike – Base 10 logarithm of the input.