fractional math in pure sh, the successor to psh-float-micro
Go to file
2022-02-23 13:41:21 -05:00
addition fix addition 2022-02-23 11:50:26 -05:00
division fix div again 2022-02-23 11:26:42 -05:00
multiplication fix long multiplication with decimal less numbers 2022-02-22 13:41:19 -05:00
subtraction fix borrow() 2022-02-23 13:41:21 -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
---