Showing posts with label anti. Show all posts
Showing posts with label anti. Show all posts

Friday, February 24, 2012

Log and Anti Log function

How to find Anti Log of a valueyou mean the reverse command recorded in transaction log...
there is a software called log analyser..it can generate the reverse
commands from trasnaction log...
"maulin" <maulinmehta@.hotmail.com> escreveu na mensagem
news:027601c3681e$b60738a0$a501280a@.phx.gbl...
> How to find Anti Log of a value|||Log Explorer
I forgot the name...
check in the developer web site
http://www.lumigent.com/
Enjoy it
"maulin" <maulinmehta@.hotmail.com> escreveu na mensagem
news:027601c3681e$b60738a0$a501280a@.phx.gbl...
> How to find Anti Log of a value|||"maulin" <maulinmehta@.hotmail.com> wrote in message
news:027601c3681e$b60738a0$a501280a@.phx.gbl...
> How to find Anti Log of a value
High-School Algebra might be a good place to start.
But since it seems that very few computer programmers got that far:
The inverse of LOG() is EXP().
These are ln(x) and e^x.
And ln(x) is, of course log base e of x.
David