I'm working on basic calc engine with a no limit of precision. It's working good for moment, i can mul add sub until now without error.
Why re-write simple op like add ? Just because adder are limited by size of the physical adder. i'm writing a code that can add unlimited size of number. And the number is auto-sized to the minimal size needed.
In case of irrational number there is tips for detect and stop the size. And i'm gonna use a smarter approach.
i work mostly the wednesday morning, so next time i aim to code divide.
My basic engine aim to be able (8^3)! without bug and don't do an approx like wolfram, but do the real calc.
the code is C++, is writed for console check in visual studio 2012, all the code is able to be compiled by gcc++.
So aimed to be portable for any CPU & OS.
I'm not working for optimisation now, just working & check working with asserts and visual inspections.
My forum is down, because i did a mistake on the server so until i fix it, it's normal. And as nobody help, this is not very important that the forum come back very soon. so when i have time to install apache again.
So code is growing ...