this is great!! can you make it handle negative values by removing the neg sign if negative , treating it as a posative number then returning back the correct sign and also make a library for all the math functions? like mult divide add subtract powers roots and all the trig functions etc.. like a full suite all for arb. floating point of whatever size you need using a string for each value? this is JUST what I need!!!
well like if you try to take the square root of a neg number yeah you cant do that...but maybe you can have the program handle errors like that in some useful way, and also provide support for addition subtraction multiplication division etc of signed floating point numbers?
well like if you try to take the square root of a neg number yeah you cant do that...but maybe you can have the program handle errors like that in some useful way, and also provide support for addition subtraction multiplication division etc of signed floating point numbers?