Add readme
This commit is contained in:
parent
ba77040c13
commit
0953b7d9a1
16
README.md
Normal file
16
README.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user