mirror of https://dicksdeathabove.xyz/~mia/psh-fractional synced 2024-09-07 18:56:28 +00:00

add info abt psh-fc

This commit is contained in:
Mia T. Rain 2022-04-16 01:47:36 -04:00
parent 37dfacc72a
commit e0cf732500
Signed by: Mia
GPG key ID: 5F40D66F94DECFE8

10
README
View file

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