Re: factorial and exponent



On Jun 16, 5:02 pm, Thomas <mynameisthomasander...@xxxxxxxxx> wrote:
I want to calculate the value of 126 raise to the power 126 in turbo
C.
I've checked it with unsigned long int but it doesn't help.
So how could one calculate the value of such big numbers?
What's the technique?

Use GMP library found in http://gmplib.org/
It will enable you to do "Arithmetic without Limitations" !!

.