Page 2 of 2

Re: Strange integer behaviour

Posted: Tue Mar 19, 2024 5:17 pm
by Moggy
Here are two programs which show how the 8 digit limit can be circumvented using strings.

One simply prints PI to 8192 places (eventually) the other calculates then prints numbers to high powers, a fast emulator is useful here.

An examination of the code may be useful to you.

Re: Strange integer behaviour

Posted: Tue Mar 19, 2024 5:50 pm
by my216
Thank you. I'll take a look at those programs.