@stdlib/number-float64-base-signbit 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +23 -2
  3. package/package.json +1 -1
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2021 The Stdlib Authors.
1
+ Copyright (c) 2016-2022 The Stdlib Authors.
package/README.md CHANGED
@@ -20,7 +20,7 @@ limitations under the License.
20
20
 
21
21
  # signbit
22
22
 
23
- [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
23
+ [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
24
24
 
25
25
  > Return a boolean indicating if the sign bit for a [double-precision floating-point number][ieee754] is on (true) or off (false).
26
26
 
@@ -90,6 +90,16 @@ for ( i = 0; i < 100; i++ ) {
90
90
 
91
91
  <!-- /.examples -->
92
92
 
93
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
94
+
95
+ <section class="related">
96
+
97
+ </section>
98
+
99
+ <!-- /.related -->
100
+
101
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
102
+
93
103
 
94
104
  <section class="main-repo" >
95
105
 
@@ -114,7 +124,7 @@ See [LICENSE][stdlib-license].
114
124
 
115
125
  ## Copyright
116
126
 
117
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
127
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
118
128
 
119
129
  </section>
120
130
 
@@ -133,9 +143,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
133
143
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-signbit/main.svg
134
144
  [coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-signbit?branch=main
135
145
 
146
+ <!--
147
+
136
148
  [dependencies-image]: https://img.shields.io/david/stdlib-js/number-float64-base-signbit.svg
137
149
  [dependencies-url]: https://david-dm.org/stdlib-js/number-float64-base-signbit/main
138
150
 
151
+ -->
152
+
153
+ [umd]: https://github.com/umdjs/umd
154
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
155
+
156
+ [deno-url]: https://github.com/stdlib-js/number-float64-base-signbit/tree/deno
157
+ [umd-url]: https://github.com/stdlib-js/number-float64-base-signbit/tree/umd
158
+ [esm-url]: https://github.com/stdlib-js/number-float64-base-signbit/tree/esm
159
+
139
160
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
140
161
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
141
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/number-float64-base-signbit",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
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": {