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