2022-01-23 19:44:45 +00:00
|
|
|
---
|
|
|
|
psh-fractional
|
|
|
|
-- fractional math in pure sh, successor to psh-float-micro
|
|
|
|
---
|
2022-03-09 15:28:30 +00:00
|
|
|
Dev Status
|
|
|
|
-- this is on pause for now; I'm really tired
|
|
|
|
---
|
|
|
|
Current Status
|
|
|
|
-- addition 100% working
|
2022-04-05 16:24:44 +00:00
|
|
|
-- subtraction ~90% working
|
|
|
|
---- decimal placement working now
|
|
|
|
---- some numbers produce the wrong results... no idea why
|
|
|
|
-- multiplication 100% working
|
|
|
|
-- division ~90% working
|
|
|
|
---- may sometimes produce to many decimals
|
|
|
|
---- rarely places decimals in wrong places
|
2022-03-09 15:28:30 +00:00
|
|
|
---
|
2022-04-16 05:47:36 +00:00
|
|
|
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
|
|
|
|
---
|
2022-03-09 15:28:30 +00:00
|
|
|
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
|
2022-01-23 19:44:45 +00:00
|
|
|
---
|