Re: [algogeeks] Re: How to get First D digits of a pow(N,N)

2012-07-22 Thread Victor Manuel Grijalva Altamirano
i think that the only way it's with simulation... with binary exponentation,.. 2012/7/20 Amit Jain > Any thought? > > > On Tue, May 15, 2012 at 11:46 AM, Amit Jain wrote: > >> Hi All >> >> How can we get first D digits of N to the power N ? >> >> P.S. N is of order 10^18 (^ : Power) and D <= N

[algogeeks] Re: How to get First D digits of a pow(N,N)

2012-07-20 Thread Amit Jain
Any thought? On Tue, May 15, 2012 at 11:46 AM, Amit Jain wrote: > Hi All > > How can we get first D digits of N to the power N ? > > P.S. N is of order 10^18 (^ : Power) and D <= N > > Thanks > Amit Jain > > > -- You received this message because you are subscribed to the Google Groups "Algor