We are all connected -Sony
You have asked for some things including:
Log
Ln
Sqrt
Really, you dont have to find them all, either Log or ln might do. Because:
Sqrt(x) = x^1/2
=> 1/2 * log(x) = log(sqrt(x))
=> if you can find out log(x) using a simple formula, then you might make a 'backwards' formula to solve for sqrt(x).
Also:
log(x)/ln(x) = constant (0.4342944819.... or log(e))
ln(x)/log(x) = constant (2.302585093.... or ln(10))
(BTW: log(e) * ln(10) = 1 :D:D:D )
and finally:
log(x^y) = y * log(x)
=> if you put in the value of one log (or ln), you can work out many more.
i.e. log(2)= .3010299957...
=> log(2) = 2* log(2),
=> log(2^x) = x * .3010299957
in fact, i might be wrong, but think that if you put in all of the log(primes), then you can get all logs.