ieee754-buffer
Advanced tools
Comparing version 0.2.0 to 0.2.1
# CHANGELOG | ||
## 0.2.1 (2018-08-06) | ||
- Fix docstring in packFloatBits_() | ||
## 0.2.0 (2018-08-06) | ||
@@ -4,0 +7,0 @@ - API change: IEEE754Buffer.pack(buffer, num, index) instead of IEEE754Buffer.pack(buffer, index, num) |
@@ -154,4 +154,2 @@ /* | ||
* @param {number} index The buffer index to write. | ||
* @param {number} ebits The number of bits of the exponent. | ||
* @param {number} fbits The number of bits of the fraction. | ||
* @param {number} sign The sign. | ||
@@ -158,0 +156,0 @@ * @param {number} exp the exponent. |
@@ -189,4 +189,2 @@ ;(function (global, factory) {typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :typeof define === 'function' && define.amd ? define(factory) :(global.IEEE754Buffer = factory());}(this, (function () { | ||
* @param {number} index The buffer index to write. | ||
* @param {number} ebits The number of bits of the exponent. | ||
* @param {number} fbits The number of bits of the fraction. | ||
* @param {number} sign The sign. | ||
@@ -193,0 +191,0 @@ * @param {number} exp the exponent. |
{ | ||
"name": "ieee754-buffer", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A class to encode and decode IEEE 754 floating point numbers.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/rochars/ieee754-buffer", |
26852
459