fractional math in pure sh, the successor to psh-float-micro
Go to file
2022-01-24 14:58:36 -05:00
addition init 2022-01-23 18:59:13 -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 init 2022-01-23 14:44:45 -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
---