jsx/deps/nicefloats
2010-09-22 23:27:59 -07:00
..
doc added nicefloats as dependency 2010-09-20 19:11:31 -07:00
ebin updated to latest nicefloats (0.9.0) 2010-09-22 23:22:55 -07:00
src updated to latest nicefloats (0.9.0) 2010-09-22 23:22:55 -07:00
LICENSE added nicefloats as dependency 2010-09-20 19:11:31 -07:00
makefile fixed makefile, removed reference to missing target 2010-09-22 23:27:59 -07:00
README.markdown updated to latest nicefloats (0.9.0) 2010-09-22 23:22:55 -07:00
rebar updated to latest nicefloats (0.9.0) 2010-09-22 23:22:55 -07:00
rebar.config added nicefloats as dependency 2010-09-20 19:11:31 -07:00

nicefloats (v0.9.0)

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, and remnants of that projects history may linger. try to ignore it.