1.0.0 • Published 2 years ago

fmt754 v1.0.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
2 years ago

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

  1. 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).