Insights I've had while reading Elements of Programming and From Mathematics to Generic Programming
Turning Egyptian Division into Logarithms
by David Sanders
From the article:
I have benefitted greatly from multiple readings of Elements of Programming by Alexander Stepanov and Paul McJones as well as From Mathematics to Generic Programming by Stepanov and Daniel Rose. Each time I read either work, I learn something new.
In this article, I describe an extension to the ancient Egyptian division algorithm to yield logarithm and remainder in addition to quotient and remainder.
Add a Comment
Comments are closed.