From e0cf7325003256ee73b72873734e71536a789f76 Mon Sep 17 00:00:00 2001 From: Mia Date: Sat, 16 Apr 2022 01:47:36 -0400 Subject: [PATCH] add info abt psh-fc --- README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index 36713e3..b10b976 100644 --- a/README +++ b/README @@ -2,10 +2,6 @@ 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 --- @@ -19,6 +15,12 @@ Current Status ---- may sometimes produce to many decimals ---- rarely places decimals in wrong places --- +Outer Usage +-- it is recommended to use this library with the upcomming +-- psh-fc if you wish to compare numbers that it produces +-- as decimal numbers are not considered numbers by posix sh +---- https://dicksdeathabove.xyz/~mia/psh-fc +--- 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