Tagged Questions
2
votes
2answers
475 views
How to handle big powers on big numbers e.g. $n^{915937897123891}$
I'm struggling with the way to calculate an expression like $n^{915937897123891}$ where $n$ could be really any number between 1 and the power itself.
I'm trying to program (C#) this and therefor ...