Commit graph

8 commits

Author SHA1 Message Date
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