From 5d607a7caf481b11b8144c7574636e00f8e76117 Mon Sep 17 00:00:00 2001 From: hellerve Date: Fri, 4 Aug 2017 23:18:01 -0400 Subject: [PATCH] readme: added docs --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 4785bf4..520b947 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,23 @@ to implement IEEE-754 floating point numbers. The audacity! The name is a mashup of `silly` and `IEEE-754`. WIP. + +## Installation + +Don’t. The makefile only includes a test target, because I want to test my code. + +## Usage + +```c +silleee x; +assilleee(x) = 1.0; + +silleee silleee_add(silleee, silleee); // addition +silleee silleee_sub(silleee, silleee); // subtraction +``` + +That's it! + +
+ +Have fun!