mirror of
https://dicksdeathabove.xyz/~mia/psh-fractional
synced 2024-11-08 19:54:25 +00:00
remove .md required by (now dead) selfserver; add info about bug tracker
This commit is contained in:
parent
da19e7934f
commit
f9f0623956
4
README
4
README
|
@ -23,3 +23,7 @@ Tester
|
||||||
-- a tester is present at ./tester; it is ofc not pure sh as it compares with bc
|
-- 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
|
-- additionally using it requires that $RPATH is set to ?/psh-prng/ran
|
||||||
---
|
---
|
||||||
|
Bug/Progress tracking
|
||||||
|
-- a bug tracker is present at
|
||||||
|
---- https://bugs.dicksdeathabove.xyz/~mia/bugs.psh-prng/
|
||||||
|
---
|
||||||
|
|
27
README.md
27
README.md
|
@ -1,27 +0,0 @@
|
||||||
```
|
|
||||||
---
|
|
||||||
psh-fractional
|
|
||||||
-- fractional math in pure sh, successor to psh-float-micro
|
|
||||||
---
|
|
||||||
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