Re: factorial and exponent
- From: BiGYaN <bigyan.techie@xxxxxxxxx>
- Date: Sun, 17 Jun 2007 07:29:26 -0000
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" !!
.
- Follow-Ups:
- Re: factorial and exponent
- From: Richard Heathfield
- Re: factorial and exponent
- References:
- factorial and exponent
- From: Thomas
- factorial and exponent
- Prev by Date: C a dying skill ?
- Next by Date: Re: when to use ; and when to use ,
- Previous by thread: Re: factorial and exponent
- Next by thread: Re: factorial and exponent
- Index(es):