Name: | nodejs-int64-buffer |
---|---|
Version: | 0.1.9 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 21848 |
License: | MIT |
RPM: | nodejs-int64-buffer-0.1.9-1.el7.noarch.rpm |
Source RPM: | nodejs-int64-buffer-0.1.9-1.el7.src.rpm |
Build Date: | Tue Nov 14 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.npmjs.com/package/int64-buffer |
Summary: | 64bit Long Integer on Buffer/Array/ArrayBuffer in Pure JavaScript |
Description: | JavaScript's number based on IEEE-754 could only handle 53 bits precision. This module provides a couple of classes: Int64BE and Uint64BE which could hold 64 bits long integer and loose no bit. |