Commit graph

24 commits

Author SHA1 Message Date
Mia T. Rain 0207f421f4
-- subtraction:
---- had issues due to an edge case before:
------ eg: 49518.81665 - 22399.4358
------ produces: 47278.87307
------ correct:  27119.38085
---- this happened when ${#1} > ${#2}
---- if $2 contains decimals
-- tester:
---- now exits `1` if answer is "false"
-- division
---- debugging on going
2022-04-22 14:37:13 -04:00
Mia T. Rain e0cf732500
add info abt psh-fc 2022-04-16 01:47:36 -04:00
Mia T. Rain 37dfacc72a
wrong repo lmao 2022-04-10 22:57:19 -04:00
Mia T. Rain 3e683a9f73
basically done 2022-04-05 12:24:44 -04:00
Mia T. Rain f9f0623956
remove .md required by (now dead) selfserver; add info about bug tracker 2022-04-04 01:49:20 -04:00
Mia T. Rain da19e7934f
fix readme 2022-03-09 16:13:39 -05:00
Mia T. Rain 33ab75baf8
update readme; ton of work -- still wip; on pause for now 2022-03-09 10:28:30 -05:00
Mia T. Rain 819aa72f79
greatly refine div 2022-02-24 12:57:33 -05:00
Mia T. Rain b6fb49a0b4
fix borrow() 2022-02-23 13:41:21 -05:00
Mia T. Rain aee9803e50
fix addition 2022-02-23 11:50:26 -05:00
Mia T. Rain b1d01d8ae7
adjust sub to remove leading 0s that should not be present 2022-02-23 11:29:23 -05:00
Mia T. Rain 05d32dbb1b
fix div again 2022-02-23 11:26:42 -05:00
Mia T. Rain 2531eee875
fix bug in addition 2022-02-22 14:10:10 -05:00
Mia T. Rain 04d7b5e20f
finish long subtraction 2022-02-22 14:01:03 -05:00
Mia T. Rain c5a5c00d83
fix long multiplication with decimal less numbers 2022-02-22 13:41:19 -05:00
Mia T. Rain 6c91107a17
fix long division with numbers that have many decimal points 2022-02-22 12:35:52 -05:00
Mia T. Rain 2eff1f14e3
change to unlicense; add long multiplication 2022-02-16 14:09:07 -05:00
Mia T. Rain a2c3a60409
fix a bug with decimal placement when $1 < $2; also fix decimal point count 2022-02-14 10:32:47 -05:00
Mia T. Rain 655ab2c2eb
get addition fully working !
uses 2 deep while loop instead of trying parse leading/trailing zeros like I did in psh-float; the idea is the learn from the mistakes of psh-float and try again, this is far better, but I wish less variables were used
2022-02-11 02:55:06 -05:00
Mia T. Rain d03277e155
README 2022-01-31 17:09:24 -05:00
Mia-admin 715ef0d8e5
finish division -- arbitrary precision 2022-01-24 14:58:36 -05:00
Mia-admin 0e53ba6b0d
init 2022-01-23 18:59:13 -05:00
Mia-admin 39661b9fe7 init 2022-01-23 14:44:45 -05:00
Mia Dickington 795682cfc1 Initial commit 2022-01-23 14:22:54 -05:00