mx.nd.log10

Description

Returns element-wise Base-10 logarithmic value of the input.

10**log10(x) = x

The storage type of log10 output is always dense

Arguments

Argument

Description

data

NDArray-or-Symbol.

The input array.