@stdlib/number-float64-base-signbit 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 +7 -6
- 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
|
@@ -193,6 +193,12 @@ int main( void ) {
|
|
|
193
193
|
|
|
194
194
|
<section class="related">
|
|
195
195
|
|
|
196
|
+
* * *
|
|
197
|
+
|
|
198
|
+
## See Also
|
|
199
|
+
|
|
200
|
+
- <span class="package-name">[`@stdlib/number-float32/base/signbit`][@stdlib/number/float32/base/signbit]</span><span class="delimiter">: </span><span class="description">return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).</span>
|
|
201
|
+
|
|
196
202
|
</section>
|
|
197
203
|
|
|
198
204
|
<!-- /.related -->
|
|
@@ -223,7 +229,7 @@ See [LICENSE][stdlib-license].
|
|
|
223
229
|
|
|
224
230
|
## Copyright
|
|
225
231
|
|
|
226
|
-
Copyright © 2016-
|
|
232
|
+
Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
227
233
|
|
|
228
234
|
</section>
|
|
229
235
|
|
|
@@ -236,8 +242,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
236
242
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-signbit.svg
|
|
237
243
|
[npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-signbit
|
|
238
244
|
|
|
239
|
-
[test-image]: https://github.com/stdlib-js/number-float64-base-signbit/actions/workflows/test.yml/badge.svg?branch=v0.
|
|
240
|
-
[test-url]: https://github.com/stdlib-js/number-float64-base-signbit/actions/workflows/test.yml?query=branch:v0.
|
|
245
|
+
[test-image]: https://github.com/stdlib-js/number-float64-base-signbit/actions/workflows/test.yml/badge.svg?branch=v0.2.0
|
|
246
|
+
[test-url]: https://github.com/stdlib-js/number-float64-base-signbit/actions/workflows/test.yml?query=branch:v0.2.0
|
|
241
247
|
|
|
242
248
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-signbit/main.svg
|
|
243
249
|
[coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-signbit?branch=main
|
|
@@ -260,14 +266,23 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
260
266
|
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
261
267
|
|
|
262
268
|
[deno-url]: https://github.com/stdlib-js/number-float64-base-signbit/tree/deno
|
|
269
|
+
[deno-readme]: https://github.com/stdlib-js/number-float64-base-signbit/blob/deno/README.md
|
|
263
270
|
[umd-url]: https://github.com/stdlib-js/number-float64-base-signbit/tree/umd
|
|
271
|
+
[umd-readme]: https://github.com/stdlib-js/number-float64-base-signbit/blob/umd/README.md
|
|
264
272
|
[esm-url]: https://github.com/stdlib-js/number-float64-base-signbit/tree/esm
|
|
273
|
+
[esm-readme]: https://github.com/stdlib-js/number-float64-base-signbit/blob/esm/README.md
|
|
265
274
|
[branches-url]: https://github.com/stdlib-js/number-float64-base-signbit/blob/main/branches.md
|
|
266
275
|
|
|
267
276
|
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/number-float64-base-signbit/main/LICENSE
|
|
268
277
|
|
|
269
278
|
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
|
|
270
279
|
|
|
280
|
+
<!-- <related-links> -->
|
|
281
|
+
|
|
282
|
+
[@stdlib/number/float32/base/signbit]: https://www.npmjs.com/package/@stdlib/number-float32-base-signbit
|
|
283
|
+
|
|
284
|
+
<!-- </related-links> -->
|
|
285
|
+
|
|
271
286
|
</section>
|
|
272
287
|
|
|
273
288
|
<!-- /.links -->
|
package/SECURITY.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/number-float64-base-signbit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -39,20 +39,21 @@
|
|
|
39
39
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@stdlib/number-float64-base-get-high-word": "^0.
|
|
43
|
-
"@stdlib/utils-library-manifest": "^0.
|
|
42
|
+
"@stdlib/number-float64-base-get-high-word": "^0.2.0",
|
|
43
|
+
"@stdlib/utils-library-manifest": "^0.2.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@stdlib/assert-is-boolean": "^0.1.1",
|
|
47
|
-
"@stdlib/bench": "^0.1.0",
|
|
48
47
|
"@stdlib/boolean-ctor": "^0.1.1",
|
|
49
48
|
"@stdlib/math-base-special-pow": "^0.1.0",
|
|
50
49
|
"@stdlib/math-base-special-round": "^0.1.1",
|
|
51
50
|
"@stdlib/random-base-randu": "^0.1.0",
|
|
52
|
-
"@stdlib/utils-try-require": "^0.
|
|
51
|
+
"@stdlib/utils-try-require": "^0.2.0",
|
|
53
52
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
54
53
|
"istanbul": "^0.4.1",
|
|
55
|
-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
54
|
+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
|
55
|
+
"@stdlib/bench-harness": "^0.1.2",
|
|
56
|
+
"@stdlib/bench": "^0.3.1"
|
|
56
57
|
},
|
|
57
58
|
"engines": {
|
|
58
59
|
"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
|