log inverse

G

Guest

i want to take the inverse log of a value. like inverse log (0.69897) in
micro soft Excel.
 
G

Guest

Az said:
i want to take the inverse log of a value.
like inverse log (0.69897)

Depends on how you computed the log in the first place.
If LOG(n) = 0.69897, then 10^0.69897 is n, the inverse
log to the base 10. If LN(n) = 0.69897, then EXP(0.69897)
is n, the inverse log to the base e -- effectively e^0.69897.
In general, if LOG(n,b) = 0.69897, then b^0.69897 is n,
the inverse log to the base b, where "b" is a constant or
a cell reference.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Inverse Fft 0
inverse matrices 6
FINDING INVERSE TANGENT 1
How to do the OPPOSITE from the function PROPER 0
inverse tangent 2
Calculating a generalized inverse matrix 10
Inverse ... Formula or Function? 1
logarithms 2

Top