Numbers past 1.79e+308 | Extended number module (open source)

by any chance does this script have any technical limits? also, why not make the big number module basic, you can rework it to be used for everything, and anyone else that wants to connect it to something will have to do that themselves unless that’s not how it works?

There is a limit of 2¹⁰²⁴ orders of magnitudes (9.99999999*10^2¹⁰²⁴), aka 2¹⁰²⁴ zeroes, since most languages float number limit is set to be that. There is a way to surpass this to extend it to even larger limit, but you might wanna take a look into googology if you wanna be capable of doing such thing

but whats the larger limit? Grahams number?

I would advise you to look at someone else’s big number solution as of now because this one, while usable, doesn’t feel that great to use.

However I am working on a new big number module that will be much easier to use and provide better functionality and customisation options. This module will also come with better documentation.

I have a issue, when i try to pow numbers using ^ or __pow it gives a C stack overflow

Do you have anything more specific?