added nicefloats as dependency
This commit is contained in:
parent
b417168c42
commit
1e1f005760
8 changed files with 316 additions and 0 deletions
29
deps/nicefloats/README.markdown
vendored
Normal file
29
deps/nicefloats/README.markdown
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
nicefloats
|
||||
==========
|
||||
|
||||
an erlang implementation of nice decimal representations of floating point numbers, based on "Printing FLoating-Point Numbers Quickly and Accurately" by Burger & Dybvig
|
||||
|
||||
|
||||
### usage ###
|
||||
|
||||
`nicefloats:format(Float)`
|
||||
|
||||
|
||||
### installation ###
|
||||
|
||||
`make` or `./rebar compile` to build nicefloats
|
||||
|
||||
`make test` or `./rebar eunit` to run tests
|
||||
|
||||
|
||||
### notes ###
|
||||
|
||||
this project was originally a part of [jsx][1], and remnants of that projects history may linger. try to ignore it.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[1]: http://www.github.com/talentdeficit/jsx/
|
Loading…
Add table
Add a link
Reference in a new issue