kotlin-numpy / org.jetbrains.numkt.math / log10

log10

fun <T : Number> log10(x: KtNDArray<T>): KtNDArray<Double> (source)

Return the base 10 logarithm of the input array, element-wise.