mirror of https://dicksdeathabove.xyz/~mia/psh-fractional synced 2024-11-08 16:44:32 +00:00

remove .md required by (now dead) selfserver; add info about bug tracker

This commit is contained in:
Mia T. Rain 2022-04-04 01:49:12 -04:00
parent da19e7934f
commit f9f0623956
Signed by: Mia
GPG key ID: 5F40D66F94DECFE8
2 changed files with 4 additions and 27 deletions

4
README
View file

@ -23,3 +23,7 @@ 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
---
Bug/Progress tracking
-- a bug tracker is present at
---- https://bugs.dicksdeathabove.xyz/~mia/bugs.psh-prng/
---

View file

@ -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
---
```