Name: | nodejs-node-int64 |
---|---|
Version: | 0.3.2 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 11429 |
License: | MIT |
RPM: | nodejs-node-int64-0.3.2-1.el7.noarch.rpm |
Source RPM: | nodejs-node-int64-0.3.2-1.el7.src.rpm |
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/broofa/node-int64 |
Summary: | Support for representing 64-bit integers in JavaScript |
Description: | JavaScript Numbers are represented as IEEE 754 double-precision floats. Unfortunately, this means they lose integer precision for values beyond +/- 2^^53. For projects that need to accurately handle 64-bit ints, such as node-thrift, a performant, Number-like class is needed. Int64 is that class. |