float16 icon indicating copy to clipboard operation
float16 copied to clipboard

Stage 3 IEEE 754 half-precision floating-point ponyfill

Results 12 float16 issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.3 to 39.3.4. Release notes Sourced from eslint-plugin-jsdoc's releases. v39.3.4 39.3.4 (2022-07-29) Bug Fixes avoid erring out with missing function and any context (07a9fe3) Commits 07a9fe3 fix:...

dependencies

https://github.com/tc39/proposal-change-array-by-copy

enhancement

https://github.com/tc39/proposal-array-filtering

enhancement

Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) and [@types/nightwatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nightwatch). These dependencies needed to be updated together. Updates `nightwatch` from 2.3.3 to 2.3.4 Release notes Sourced from nightwatch's releases. v2.3.4 Fixed #3284 – beforeEach hook was...

dependencies

Hi, I am using your library in hopes to cut down on memory consumption in my application. I have an array of floats with ~15 million entries, and I have...

question

Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 3.3.6 to 3.3.7. Release notes Sourced from nightwatch's releases. v3.3.7 Added – support for defining a custom return function for custom command fe9a01 Commits 2e6d2d4 3.3.7 fe9a010...

dependencies
javascript

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.5 to 7.23.7. Release notes Sourced from @​babel/core's releases. v7.23.7 (2023-12-29) :bug: Bug Fix babel-traverse #16191 fix: Crash when removing without Program (@​liuxingbaoyu) babel-helpers, babel-plugin-proposal-decorators #16180 fix:...

dependencies
javascript

Bumps [rollup](https://github.com/rollup/rollup) from 4.9.1 to 4.9.2. Release notes Sourced from rollup's releases. v4.9.2 4.9.2 2023-12-30 Bug Fixes Extend support for arbitrary namespace identifiers in SystemJS (#5321) Do not wrongly flag...

dependencies
javascript

Thanks for this fantastic library! from the example, the expected output of the following map should be: ```javascript const array = new Float16Array([1.0, 1.1, 1.2, 1.3]); const hey = array.map((value)...

question

https://github.com/tc39/proposal-resizablearraybuffer

enhancement