Hacker News new | ask | show | jobs
by my_username_is_ 4457 days ago
it's using log to mean log base e, also known as the natural log or ln. you can do that because they're inverse operations (I think that's the right term for it, it's been a while since a formal math class) so they undo each other
2 comments

Yes. It's an identity relationship. x = exp(log(x))

http://en.wikipedia.org/wiki/List_of_logarithmic_identities#...

Thanks!