fractional math in pure sh, the successor to psh-float-micro
Go to file
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
addition get addition fully working ! 2022-02-11 02:55:06 -05:00
division finish division -- arbitrary precision 2022-01-24 14:58:36 -05:00
multiplication init 2022-01-23 18:59:13 -05:00
subtraction init 2022-01-23 18:59:13 -05:00
README
README.md README 2022-01-31 17:09:24 -05:00

---
psh-fractional
-- fractional math in pure sh, successor to psh-float-micro
---
The plan here is to devise hackish ways to do fractional math
-- for each of the base operations
---- addition, subtraction, multiplication, & division
---