Yes, extremely easy to use,
I've dropped the "add to / sub from" use approach because we want to handle big inputs,
but it's anyway very simple - you have to set a string, like:
set add_value to 123456789123456789
will add 123456789123456789
to the stored number (starting from 0)
(setting a negative value, will *hopefully in the future* subtract that value XD)
each object can store a single very big number
but.... you can see for yourself how easy it is
I'm going to share this early version
because I'm a bit puzzled:
(edit :: attachment updated, see below)
as I said I was testing side by side with windows calculator ("scientific" mode),
and with this addition:
333333504758475681127676754
+
33333312618961891978191918988888888
I got this result on the windows calculator: 33333645952466650453874046665641
which looks uncorrect, as it's shorter than the second value added??
and this result with my tool: 33333312952295396736667600116565642
which I double checked on this website: https://defuse.ca/big-number-calculator.htm
and seems to be correct..?
Is the Windows calculator wrong? Would seem so.
Did I hit its range limits? According to online documentation, should be almost infinite.
So if you or anyone else wants to test with the windows calculator
and/or other tools to doublechek if the code works correctly,
they are very welcome XD
** Note it's an early version, you can only add
should work with multiple instances too, but I've not tested
(nor tested with any exporter still)
