Encoding and decoding IEEE 754 floats in JavaScript

前端 未结 5 788
故里飘歌
故里飘歌 2021-01-05 04:29

I need to encode and decode IEEE 754 floats and doubles from binary in node.js to parse a network protocol.

Are there any existing libraries that do this, or do I ha

5条回答
  •  攒了一身酷
    2021-01-05 05:33

    This is the best way to do it: http://github.com/pgriess/node-jspack (perhaps if you need to do things on node < 0.6.)

提交回复
热议问题