From 26399dede079ae3350ab53518a2bccadbdf8fddb Mon Sep 17 00:00:00 2001 From: canbula Date: Sat, 8 Jan 2022 14:12:06 +0300 Subject: [PATCH] Added readme and options --- README.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ieee754.py | 18 +++++++++++++- 2 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5625846 --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +# ieee754 + +ieee754 is small Python library which gives you the IEEE-754 representation of a floating point number. You can specify a precision given in the list below or you can even use your own custom precision. +