@stdlib/number-float64-base-set-low-word 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +21 -3
- package/SECURITY.md +5 -0
- package/docs/types/index.d.ts +2 -2
- package/package.json +14 -13
- package/CITATION.cff +0 -30
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2024 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -220,6 +220,13 @@ int main( void ) {
|
|
|
220
220
|
|
|
221
221
|
<section class="related">
|
|
222
222
|
|
|
223
|
+
* * *
|
|
224
|
+
|
|
225
|
+
## See Also
|
|
226
|
+
|
|
227
|
+
- <span class="package-name">[`@stdlib/number-float64/base/get-low-word`][@stdlib/number/float64/base/get-low-word]</span><span class="delimiter">: </span><span class="description">return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.</span>
|
|
228
|
+
- <span class="package-name">[`@stdlib/number-float64/base/set-high-word`][@stdlib/number/float64/base/set-high-word]</span><span class="delimiter">: </span><span class="description">set the more significant 32 bits of a double-precision floating-point number.</span>
|
|
229
|
+
|
|
223
230
|
</section>
|
|
224
231
|
|
|
225
232
|
<!-- /.related -->
|
|
@@ -250,7 +257,7 @@ See [LICENSE][stdlib-license].
|
|
|
250
257
|
|
|
251
258
|
## Copyright
|
|
252
259
|
|
|
253
|
-
Copyright © 2016-
|
|
260
|
+
Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
254
261
|
|
|
255
262
|
</section>
|
|
256
263
|
|
|
@@ -263,8 +270,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
263
270
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-set-low-word.svg
|
|
264
271
|
[npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-set-low-word
|
|
265
272
|
|
|
266
|
-
[test-image]: https://github.com/stdlib-js/number-float64-base-set-low-word/actions/workflows/test.yml/badge.svg?branch=v0.
|
|
267
|
-
[test-url]: https://github.com/stdlib-js/number-float64-base-set-low-word/actions/workflows/test.yml?query=branch:v0.
|
|
273
|
+
[test-image]: https://github.com/stdlib-js/number-float64-base-set-low-word/actions/workflows/test.yml/badge.svg?branch=v0.2.0
|
|
274
|
+
[test-url]: https://github.com/stdlib-js/number-float64-base-set-low-word/actions/workflows/test.yml?query=branch:v0.2.0
|
|
268
275
|
|
|
269
276
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-set-low-word/main.svg
|
|
270
277
|
[coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-set-low-word?branch=main
|
|
@@ -287,14 +294,25 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
287
294
|
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
288
295
|
|
|
289
296
|
[deno-url]: https://github.com/stdlib-js/number-float64-base-set-low-word/tree/deno
|
|
297
|
+
[deno-readme]: https://github.com/stdlib-js/number-float64-base-set-low-word/blob/deno/README.md
|
|
290
298
|
[umd-url]: https://github.com/stdlib-js/number-float64-base-set-low-word/tree/umd
|
|
299
|
+
[umd-readme]: https://github.com/stdlib-js/number-float64-base-set-low-word/blob/umd/README.md
|
|
291
300
|
[esm-url]: https://github.com/stdlib-js/number-float64-base-set-low-word/tree/esm
|
|
301
|
+
[esm-readme]: https://github.com/stdlib-js/number-float64-base-set-low-word/blob/esm/README.md
|
|
292
302
|
[branches-url]: https://github.com/stdlib-js/number-float64-base-set-low-word/blob/main/branches.md
|
|
293
303
|
|
|
294
304
|
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/number-float64-base-set-low-word/main/LICENSE
|
|
295
305
|
|
|
296
306
|
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
|
|
297
307
|
|
|
308
|
+
<!-- <related-links> -->
|
|
309
|
+
|
|
310
|
+
[@stdlib/number/float64/base/get-low-word]: https://www.npmjs.com/package/@stdlib/number-float64-base-get-low-word
|
|
311
|
+
|
|
312
|
+
[@stdlib/number/float64/base/set-high-word]: https://www.npmjs.com/package/@stdlib/number-float64-base-set-high-word
|
|
313
|
+
|
|
314
|
+
<!-- </related-links> -->
|
|
315
|
+
|
|
298
316
|
</section>
|
|
299
317
|
|
|
300
318
|
<!-- /.links -->
|
package/SECURITY.md
ADDED
package/docs/types/index.d.ts
CHANGED
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
* // returns 3.139998651394392e+201
|
|
73
73
|
*
|
|
74
74
|
* @example
|
|
75
|
-
* var PINF = require(
|
|
76
|
-
* var NINF = require(
|
|
75
|
+
* var PINF = require( '@stdlib/constants-float64-pinf' );
|
|
76
|
+
* var NINF = require( '@stdlib/constants-float64-ninf' );
|
|
77
77
|
*
|
|
78
78
|
* var low = 12345678;
|
|
79
79
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/number-float64-base-set-low-word",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Set the less significant 32 bits of a double-precision floating-point number.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -40,33 +40,34 @@
|
|
|
40
40
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@stdlib/array-float64": "^0.
|
|
44
|
-
"@stdlib/array-uint32": "^0.
|
|
45
|
-
"@stdlib/assert-is-little-endian": "^0.
|
|
46
|
-
"@stdlib/number-float64-base-to-words": "^0.
|
|
47
|
-
"@stdlib/utils-library-manifest": "^0.
|
|
43
|
+
"@stdlib/array-float64": "^0.2.0",
|
|
44
|
+
"@stdlib/array-uint32": "^0.2.0",
|
|
45
|
+
"@stdlib/assert-is-little-endian": "^0.2.0",
|
|
46
|
+
"@stdlib/number-float64-base-to-words": "^0.2.0",
|
|
47
|
+
"@stdlib/utils-library-manifest": "^0.2.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@stdlib/assert-is-node": "^0.
|
|
50
|
+
"@stdlib/assert-is-node": "^0.2.0",
|
|
51
51
|
"@stdlib/assert-is-number": "^0.1.1",
|
|
52
52
|
"@stdlib/assert-is-windows": "^0.1.1",
|
|
53
|
-
"@stdlib/bench": "^0.1.0",
|
|
54
53
|
"@stdlib/constants-float64-ninf": "^0.1.1",
|
|
55
54
|
"@stdlib/constants-float64-pinf": "^0.1.1",
|
|
56
55
|
"@stdlib/constants-uint32-max": "^0.1.1",
|
|
57
56
|
"@stdlib/math-base-assert-is-nan": "^0.1.1",
|
|
58
57
|
"@stdlib/math-base-special-pow": "^0.1.0",
|
|
59
58
|
"@stdlib/math-base-special-round": "^0.1.1",
|
|
60
|
-
"@stdlib/number-float64-base-to-binary-string": "^0.1.
|
|
61
|
-
"@stdlib/process-node-version": "^0.
|
|
59
|
+
"@stdlib/number-float64-base-to-binary-string": "^0.1.1",
|
|
60
|
+
"@stdlib/process-node-version": "^0.2.0",
|
|
62
61
|
"@stdlib/random-base-randu": "^0.1.0",
|
|
63
|
-
"@stdlib/string-left-pad": "^0.1.
|
|
64
|
-
"@stdlib/utils-try-require": "^0.
|
|
62
|
+
"@stdlib/string-left-pad": "^0.1.1",
|
|
63
|
+
"@stdlib/utils-try-require": "^0.2.0",
|
|
65
64
|
"proxyquire": "^2.0.0",
|
|
66
65
|
"semver": "^6.0.0",
|
|
67
66
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
68
67
|
"istanbul": "^0.4.1",
|
|
69
|
-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
68
|
+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
|
69
|
+
"@stdlib/bench-harness": "^0.1.2",
|
|
70
|
+
"@stdlib/bench": "^0.3.1"
|
|
70
71
|
},
|
|
71
72
|
"engines": {
|
|
72
73
|
"node": ">=0.10.0",
|
package/CITATION.cff
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
cff-version: 1.2.0
|
|
2
|
-
title: stdlib
|
|
3
|
-
message: >-
|
|
4
|
-
If you use this software, please cite it using the
|
|
5
|
-
metadata from this file.
|
|
6
|
-
|
|
7
|
-
type: software
|
|
8
|
-
|
|
9
|
-
authors:
|
|
10
|
-
- name: The Stdlib Authors
|
|
11
|
-
url: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
12
|
-
|
|
13
|
-
repository-code: https://github.com/stdlib-js/stdlib
|
|
14
|
-
url: https://stdlib.io
|
|
15
|
-
|
|
16
|
-
abstract: |
|
|
17
|
-
Standard library for JavaScript and Node.js.
|
|
18
|
-
|
|
19
|
-
keywords:
|
|
20
|
-
- JavaScript
|
|
21
|
-
- Node.js
|
|
22
|
-
- TypeScript
|
|
23
|
-
- standard library
|
|
24
|
-
- scientific computing
|
|
25
|
-
- numerical computing
|
|
26
|
-
- statistical computing
|
|
27
|
-
|
|
28
|
-
license: Apache-2.0 AND BSL-1.0
|
|
29
|
-
|
|
30
|
-
date-released: 2016
|