From f9f062395644601858a40bad05c3385e1007cda0 Mon Sep 17 00:00:00 2001 From: Mia Date: Mon, 4 Apr 2022 01:49:12 -0400 Subject: [PATCH] remove .md required by (now dead) selfserver; add info about bug tracker --- README | 4 ++++ README.md | 27 --------------------------- 2 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 README.md diff --git a/README b/README index c7c0df4..d8a2dc2 100644 --- a/README +++ b/README @@ -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/ +--- diff --git a/README.md b/README.md deleted file mode 100644 index 534fe95..0000000 --- a/README.md +++ /dev/null @@ -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 ---- -```