mirror of
https://dicksdeathabove.xyz/~mia/psh-fractional
synced 2024-11-08 19:04:22 +00:00
fix readme
This commit is contained in:
parent
33ab75baf8
commit
da19e7934f
23
README.md
23
README.md
|
@ -3,8 +3,25 @@
|
|||
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
|
||||
Plan
|
||||
-- The plan here is to devise hackish ways to do fractional math
|
||||
-- for each of the base operations addition, subtraction, multiplication, & division
|
||||
---
|
||||
Dev Status
|
||||
-- this is on pause for now; I'm really tired
|
||||
---
|
||||
Current Status
|
||||
-- addition 100% working
|
||||
-- subtraction ~80% working
|
||||
---- has major issues with decimal placement
|
||||
---- I have no fix for this other than flat out long subtraction
|
||||
-- multiplication ~50% working
|
||||
---- has a lot of issues I need to look into
|
||||
-- division ~80% working
|
||||
---- issues with decimal placement
|
||||
---
|
||||
Tester
|
||||
-- a tester is present at ./tester; it is ofc not pure sh as it compares with bc
|
||||
-- additionally using it requires that $RPATH is set to ?/psh-prng/ran
|
||||
---
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue