fmt754
v1.0.0
Published
IEEE-754 interchange formats serializer/deserializer.
Downloads
1
Readme
Fmt754
Overview
fmt754
is an IEEE-754 interchange formats serializer/deserializer.
Compliance
Supported features and constraints
fmt754
is designed to be compatible with IEEE 754-2019 standard. It supports both binary interchange format and decimal interchange format.
Implementation constraints for binary interchange format:
Implementation constraints for decimal interchange format:
Unsupported features
- Extended and extendable precisions feature (see section 3.7 of IEEE 754-2019) is not supported.
Installation and Usage
To install this package:
npm install fmt754 --save
And then you can import this package:
const F754 = require("fmt754");
Documents
See docs
directory (no document available now, would be add in future version).