From 9dc079bd3db9a57a3f521dbf7dc63bbb0d18a246 Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 31 Jul 2017 13:17:37 -0400 Subject: [PATCH] readme: documented conversion --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25320ac..1f41d80 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Don’t. The makefile only includes a test target, because I want to test my cod ```c 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 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