How to compute exponents?

55 Views Asked by At

I read How to figure out the log of a number without a calculator? but what is actually used to compute the basic tables themselves, Newton's method or Taylor series?

  1. If Taylor series is used then how is it done?
  2. Does a calculator use the Taylor series? Is it fast and the recommended way over Newton's method?