readme: added docs

This commit is contained in:
2017-08-04 23:18:01 -04:00
parent 3b55a76c58
commit 5d607a7caf

View File

@@ -6,3 +6,23 @@ to implement IEEE-754 floating point numbers. The audacity!
The name is a mashup of `silly` and `IEEE-754`. The name is a mashup of `silly` and `IEEE-754`.
WIP. WIP.
## Installation
Dont. 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!
<hr/>
Have fun!