I want to calculate the nth root of an integer which is so big that can not even saved in unsigned long long. I've found a way to calculate the 2nd root but it can not be used for other. (I can read the number as a string or an array of char).
I wonder if you can tell me any method to calculate it without doing any thing to the whole number(I mean I can't multiply, add,... the whole number but i can do it with a part of the number, you can see http://www.bbc.co.uk/dna/h2g2/A827453 to see the way for squar root).
please help soon i need it NOW!
I wonder if you can tell me any method to calculate it without doing any thing to the whole number(I mean I can't multiply, add,... the whole number but i can do it with a part of the number, you can see http://www.bbc.co.uk/dna/h2g2/A827453 to see the way for squar root).
please help soon i need it NOW!
Comment