From d03277e155a7a013598478ac25c2d95cc0d5342b Mon Sep 17 00:00:00 2001 From: Mia-admin Date: Mon, 31 Jan 2022 17:09:24 -0500 Subject: [PATCH] README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e2059ca --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +``` +--- +psh-fractional +-- fractional math in pure sh, successor to psh-float-micro +--- +The plan here is to devise hackish ways to do fractional math +-- for each of the base operations +---- addition, subtraction, multiplication, & division +--- +```