I'm working on a personal project on Raspberry Pi Pico. I try to make mandelbrot set explorer on it. But I have a limit right now. On my searching, I see MicroPython stores integers only 32 bits but I need more than that. Is there any modules or technique to increase integer size?
If anyone has any advice, it would be very helpful.