fractional math in pure sh, the successor to psh-float-micro
Go to file
2022-02-22 14:10:10 -05:00
addition fix bug in addition 2022-02-22 14:10:10 -05:00
division fix long division with numbers that have many decimal points 2022-02-22 12:35:52 -05:00
multiplication fix long multiplication with decimal less numbers 2022-02-22 13:41:19 -05:00
subtraction finish long subtraction 2022-02-22 14:01:03 -05:00
LICENSE change to unlicense; add long multiplication 2022-02-16 14:09:07 -05:00
README init 2022-01-23 14:44:45 -05:00
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
---