Files
silleee/README.md
2017-08-04 23:18:01 -04:00

29 lines
480 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# silleee
A reboot of [silly](https://github.com/hellerve/silly) that tries
to implement IEEE-754 floating point numbers. The audacity!
The name is a mashup of `silly` and `IEEE-754`.
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!