fractional math in pure sh, the successor to psh-float-micro
Go to file
2022-02-16 14:09:07 -05:00
addition get addition fully working ! 2022-02-11 02:55:06 -05:00
division fix a bug with decimal placement when $1 < $2; also fix decimal point count 2022-02-14 10:32:47 -05:00
multiplication change to unlicense; add long multiplication 2022-02-16 14:09:07 -05:00
subtraction init 2022-01-23 18:59:13 -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
---