Quote:
Kamog said:
If you're allowed to use logarithms:
sqrt (x) = e^(0.5 * ln(x))
|
Kamog, I don't mean to be picky, but if you have decimal exponents available to do the e^ portion, you don't need logarithms at all:
sqrt (x) = x^(0.5)
- it's a basic identity.