@petamoriken/float16
Advanced tools
Comparing version 3.8.6 to 3.8.7
@@ -1,2 +0,2 @@ | ||
/*! @petamoriken/float16 v3.8.6 | MIT License - https://github.com/petamoriken/float16 */ | ||
/*! @petamoriken/float16 v3.8.7 | MIT License - https://github.com/petamoriken/float16 */ | ||
@@ -364,3 +364,3 @@ var float16 = (function (exports) { | ||
const e = i - 127; | ||
if (e < -27) { | ||
if (e < -24) { | ||
baseTable[i] = 0x0000; | ||
@@ -367,0 +367,0 @@ baseTable[i | 0x100] = 0x8000; |
{ | ||
"name": "@petamoriken/float16", | ||
"version": "3.8.6", | ||
"version": "3.8.7", | ||
"description": "IEEE 754 half-precision floating-point for JavaScript", | ||
@@ -76,5 +76,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/cli": "^7.23.9", | ||
"@babel/core": "^7.24.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.23.3", | ||
"@babel/cli": "^7.24.5", | ||
"@babel/core": "^7.24.5", | ||
"@babel/plugin-transform-modules-commonjs": "^7.24.1", | ||
"@types/nightwatch": "^2.3.31", | ||
@@ -86,3 +86,3 @@ "babel-plugin-replace-import-extension": "^1.1.4", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.2.1", | ||
"eslint-plugin-jsdoc": "^48.2.4", | ||
"espower-cli": "^1.1.0", | ||
@@ -93,8 +93,8 @@ "espower-loader": "^1.2.2", | ||
"http-server": "^14.1.1", | ||
"mocha": "^10.3.0", | ||
"nightwatch": "^3.4.1", | ||
"nightwatch-saucelabs-endsauce": "^2.3.1", | ||
"mocha": "^10.4.0", | ||
"nightwatch": "^3.6.1", | ||
"nightwatch-saucelabs-endsauce": "^2.4.0", | ||
"nyc": "^15.1.0", | ||
"power-assert": "^1.4.2", | ||
"rollup": "^4.12.1", | ||
"rollup": "^4.17.2", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
@@ -101,0 +101,0 @@ "source-map-support": "^0.5.21" |
@@ -34,2 +34,5 @@ # <a href="https://github.com/petamoriken/float16">float16</a> | ||
> [!NOTE] | ||
> `Float16Array`, `DataView` methods for reading and setting float16 values, and `Math.f16round` are supported since Deno v1.43. | ||
```console | ||
@@ -36,0 +39,0 @@ deno add @petamoriken/float16 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
238261
413