scipp.log10

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

Element-wise base 10 logarithm.

Parameters
  • x (VariableLike) – Input data.

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

Returns

Base 10 logarithm of the input.

Return type

VariableLike