Skip to content

LOG10

Summary

Vector base-10 logarithm. Applies log10 element-wise over each input value.

Formula

outReal[i] = log10(inReal[i])

Inputs

  • inReal — Input values

Outputs

  • outReal — Base-10 logarithm of each input

Implementation

TA-Lib Definition: log10.c · log10.yaml

Native File
C ta_LOG10.c
Rust log10.rs
Java Core.java

TA-Lib is also available for Python, R and more using a wrapper.

Aliases

Log Base 10, Common Logarithm

See Also

LN · EXP