scipp.log10#

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

Element-wise base 10 logarithm.

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

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

Returns:

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