readme: documented conversion

This commit is contained in:
2017-07-31 13:17:37 -04:00
parent 53bf408e1b
commit 9dc079bd3d

View File

@@ -14,6 +14,8 @@ Dont. The makefile only includes a test target, because I want to test my cod
```c ```c
silly silly_zeros(); // creates a fixed point value of zero silly silly_zeros(); // creates a fixed point value of zero
silly make_silly(short, int, int); // make a silly number from the triple (negative?, before decimal, after) silly make_silly(short, int, int); // make a silly number from the triple (negative?, before decimal, after)
silly silly_from_float(float); // creates a silly number from a float
silly silly_from_double(double); // creates a silly number from a double
double silly_to_double(silly); // convert a silly number into a double double silly_to_double(silly); // convert a silly number into a double