The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-writefloat.js @ b0c0111b

History | View | Annotate | Download (3.04 KB)

# Date Author Comment
7f4aba91 02/20/2012 07:29 AM Ben Noordhuis

test: include common.js in all tests

fd29448b 12/06/2011 04:02 PM Ben Noordhuis

test: add missing copyright headers

59a9a9b5 11/18/2011 05:13 AM Ben Noordhuis

buffer: add .read*() and .write*() methods to SlowBuffer prototype

Fixes #2138.

87286cc7 10/05/2011 09:51 PM Colton Baker

Fixed a lot of jslint errors.

Fixes #1831

b7c23ac3 08/12/2011 09:49 AM Brian White

Incorporate endianness into buffer.read* function names instead of passing in a boolean flag

0df08c6a 08/08/2011 08:01 PM Robert Mustacchi

Endian argument should be a boolean. Signed integers shouldn't run through checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points.

e505a121 05/15/2011 09:39 PM Brian White

Add reading/writing of floats and doubles from/to buffers

Code for readIEEE754/writeIEEE754 is from jspack: http://code.google.com/p/jspack/