Add reading/writing of floats and doubles from/to buffers
authorBrian White <mscdex@mscdex.net>
Mon, 16 May 2011 01:25:11 +0000 (21:25 -0400)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 16 May 2011 01:39:07 +0000 (18:39 -0700)
commite505a1215c5e1243c8790bf7d23c96c27900fff7
tree12293f586a0ddb4362410943b9ec4f79a25b6c29
parent91bd144d2ca38843bd35f2d7b06030cd730a03ff
Add reading/writing of floats and doubles from/to buffers

Code for readIEEE754/writeIEEE754 is from jspack: http://code.google.com/p/jspack/
LICENSE
doc/api/buffers.markdown
lib/buffer.js
lib/buffer_ieee754.js [new file with mode: 0644]
test/simple/test-readdouble.js [new file with mode: 0644]
test/simple/test-readfloat.js [new file with mode: 0644]
test/simple/test-writedouble.js [new file with mode: 0644]
test/simple/test-writefloat.js [new file with mode: 0644]