Approximating Natural Log By Hand
March 15, 2012 7:54 AM Subscribe
Calculating/approximating ln(x) 'by hand'?
I've got an application that only has a limited set of mathematical operators: +, -, parens (), multiplication/division, pow() or **, mod, and div.
I've got a request to calculate ln(x). How can I best approximate this using the operators available to me, if at all? (As far as I can tell, x will be between 0.00 and 100.00 - two digit precision.)
posted by unixrat to science & nature (18 answers total) 3 users marked this as a favorite
posted by Tooty McTootsalot at 8:01 AM on March 15, 2012 [4 favorites]