michalll
- 44
- 0
Hi, I was wondering if there exists an algorithm for one by one digit computation of an integer to the power of any real number? Couldn't find anything on the net.
The discussion centers on the absence of a digit-by-digit algorithm for computing an integer raised to any real power. While algorithms for square roots and cube roots exist, they are outdated and rarely utilized in modern computing. Participants suggest that if such algorithms are not readily available online, one may need to consult historical texts or resources. The conversation highlights a gap in contemporary computational methods for this specific mathematical operation.
PREREQUISITESMathematicians, computer scientists, and software developers interested in numerical methods and historical algorithms for exponentiation.
michalll said:Hi, I was wondering if there exists an algorithm for one by one digit computation of an integer to the power of any real number? Couldn't find anything on the net.