silleee

A reboot of 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

silleee x;
assilleee(x) = 1.0;

silleee silleee_add(silleee, silleee); // addition
silleee silleee_sub(silleee, silleee); // subtraction

That's it!


Have fun!

Description
A silly implementation of floating point arithmetic
Readme 112 KiB
Languages
C 99.8%
Makefile 0.2%