Prosthaphaeresis - an ancient algorithm for approximating products
· ☕ 6 min read
Prosthaphaeresis is an interesting algorithm that was used pre-logarithms invention as a way to approximate hard products. We'll learn about it and implement the algorithm in Python, C++ and Java.