@stdlib/number-float64-base-to-uint32 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 +18 -3
- package/SECURITY.md +5 -0
- package/package.json +10 -9
- 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
|
@@ -118,6 +118,12 @@ for ( i = 0; i < 500; i++ ) {
|
|
|
118
118
|
|
|
119
119
|
<section class="related">
|
|
120
120
|
|
|
121
|
+
* * *
|
|
122
|
+
|
|
123
|
+
## See Also
|
|
124
|
+
|
|
125
|
+
- <span class="package-name">[`@stdlib/number-float64/base/to-int32`][@stdlib/number/float64/base/to-int32]</span><span class="delimiter">: </span><span class="description">convert a double-precision floating-point number to a signed 32-bit integer.</span>
|
|
126
|
+
|
|
121
127
|
</section>
|
|
122
128
|
|
|
123
129
|
<!-- /.related -->
|
|
@@ -148,7 +154,7 @@ See [LICENSE][stdlib-license].
|
|
|
148
154
|
|
|
149
155
|
## Copyright
|
|
150
156
|
|
|
151
|
-
Copyright © 2016-
|
|
157
|
+
Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
152
158
|
|
|
153
159
|
</section>
|
|
154
160
|
|
|
@@ -161,8 +167,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
161
167
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-to-uint32.svg
|
|
162
168
|
[npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-to-uint32
|
|
163
169
|
|
|
164
|
-
[test-image]: https://github.com/stdlib-js/number-float64-base-to-uint32/actions/workflows/test.yml/badge.svg?branch=v0.
|
|
165
|
-
[test-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/actions/workflows/test.yml?query=branch:v0.
|
|
170
|
+
[test-image]: https://github.com/stdlib-js/number-float64-base-to-uint32/actions/workflows/test.yml/badge.svg?branch=v0.2.0
|
|
171
|
+
[test-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/actions/workflows/test.yml?query=branch:v0.2.0
|
|
166
172
|
|
|
167
173
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-to-uint32/main.svg
|
|
168
174
|
[coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-to-uint32?branch=main
|
|
@@ -185,14 +191,23 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
185
191
|
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
186
192
|
|
|
187
193
|
[deno-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/tree/deno
|
|
194
|
+
[deno-readme]: https://github.com/stdlib-js/number-float64-base-to-uint32/blob/deno/README.md
|
|
188
195
|
[umd-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/tree/umd
|
|
196
|
+
[umd-readme]: https://github.com/stdlib-js/number-float64-base-to-uint32/blob/umd/README.md
|
|
189
197
|
[esm-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/tree/esm
|
|
198
|
+
[esm-readme]: https://github.com/stdlib-js/number-float64-base-to-uint32/blob/esm/README.md
|
|
190
199
|
[branches-url]: https://github.com/stdlib-js/number-float64-base-to-uint32/blob/main/branches.md
|
|
191
200
|
|
|
192
201
|
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/number-float64-base-to-uint32/main/LICENSE
|
|
193
202
|
|
|
194
203
|
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
|
|
195
204
|
|
|
205
|
+
<!-- <related-links> -->
|
|
206
|
+
|
|
207
|
+
[@stdlib/number/float64/base/to-int32]: https://www.npmjs.com/package/@stdlib/number-float64-base-to-int32
|
|
208
|
+
|
|
209
|
+
<!-- </related-links> -->
|
|
210
|
+
|
|
196
211
|
</section>
|
|
197
212
|
|
|
198
213
|
<!-- /.links -->
|
package/SECURITY.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/number-float64-base-to-uint32",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Convert a double-precision floating-point number to an unsigned 32-bit integer.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -38,17 +38,18 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@stdlib/
|
|
42
|
-
"@stdlib/constants-float64-
|
|
43
|
-
"@stdlib/constants-
|
|
44
|
-
"@stdlib/
|
|
45
|
-
"@stdlib/math-base-assert-is-
|
|
46
|
-
"@stdlib/math-base-
|
|
47
|
-
"@stdlib/math-base-special-round": "^0.1.0",
|
|
41
|
+
"@stdlib/constants-float64-ninf": "^0.1.1",
|
|
42
|
+
"@stdlib/constants-float64-pinf": "^0.1.1",
|
|
43
|
+
"@stdlib/constants-uint32-max": "^0.1.1",
|
|
44
|
+
"@stdlib/math-base-assert-is-nan": "^0.1.1",
|
|
45
|
+
"@stdlib/math-base-assert-is-negative-zero": "^0.1.1",
|
|
46
|
+
"@stdlib/math-base-special-round": "^0.1.1",
|
|
48
47
|
"@stdlib/random-base-randu": "^0.1.0",
|
|
49
48
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
50
49
|
"istanbul": "^0.4.1",
|
|
51
|
-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
50
|
+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
|
51
|
+
"@stdlib/bench-harness": "^0.1.2",
|
|
52
|
+
"@stdlib/bench": "^0.3.1"
|
|
52
53
|
},
|
|
53
54
|
"engines": {
|
|
54
55
|
"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
|