From 0953b7d9a11cfd8f7256cbc94ccf77864cac585b Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 2 Jun 2015 00:22:01 +0200 Subject: [PATCH] Add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..88e5a09 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Number +### A library for real numbers +Data.Number is an attempt to give an almost complete +representation and arithmetics to real numbers without +precision loss using continued fractions and Gosper’s algorithms. + +### Install +Install with `cabal install number` + +### Docs +See [Haddock docs]() + +### License +Dual licensed under the MIT and GPL licenses: +http://www.opensource.org/licenses/mit-license.php +http://www.gnu.org/licenses/gpl.html \ No newline at end of file