I am not sure I understand your question. This is how I intend on using log10:
result = log10(1/x) - log10(1/y)
x and y are both average values obtained from an analog to digital converter. They are btoh 16 bit integers which I have converted to floating point for this function.
Bookmarks