in reply to Re: Efficiently working with huge exponents
in thread Efficiently working with huge exponents
I thought of this as well, but I still need to be able to perform other arithmetic operations on the result, such as addition, multiplication, and even further exponentiation. Plus if I do $n->blog(10) to get the base-10 exponent, I still have to wait out the 3-minute calculation of $n in the first place, or maybe there's some clever math that I learned too many decades ago that would help. :-)
|
---|