summaryrefslogtreecommitdiff
path: root/test/simple/test-readdouble.js
Commit message (Collapse)AuthorAgeFilesLines
* Incorporate endianness into buffer.read* function names instead of passing ↵Brian White2011-08-121-30/+31
| | | | in a boolean flag
* Endian argument should be a boolean. Signed integers shouldn't run through ↵Robert Mustacchi2011-08-081-30/+30
| | | | checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points.
* Add reading/writing of floats and doubles from/to buffersBrian White2011-05-151-0/+106
Code for readIEEE754/writeIEEE754 is from jspack: http://code.google.com/p/jspack/