nodejs-node-int64 - Support for representing 64-bit integers in JavaScript
| Website: | https://github.com/broofa/node-int64 |
|---|---|
| License: | MIT |
| Vendor: | Fedora Project |
- 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.
Packages
| nodejs-node-int64-0.3.2-1.el7.noarch [8 KiB] |
Changelog
by Piotr Popieluch (2014-12-22):
- Initial package |