Tagged Questions
0
votes
2answers
256 views
PHP integer exponentiation (super large numbers)
Using PHP I want to do millions of 2^n exponentiation but so far I only got up to n^1023 before PHP printed INF.
Any ideas?