@stdlib/math-base-tools 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.
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,9 +20,9 @@ limitations under the License.
20
20
 
21
21
  # Tools
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
- > Standard library basic mathematical tools.
25
+ > Base math tools.
26
26
 
27
27
  <section class="installation">
28
28
 
@@ -44,7 +44,7 @@ var tools = require( '@stdlib/math-base-tools' );
44
44
 
45
45
  #### tools
46
46
 
47
- Standard library basic mathematical tools.
47
+ Namespace containing "base" math tools.
48
48
 
49
49
  ```javascript
50
50
  var o = tools;
@@ -91,6 +91,16 @@ console.log( objectKeys( tools ) );
91
91
 
92
92
  <!-- /.examples -->
93
93
 
94
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
95
+
96
+ <section class="related">
97
+
98
+ </section>
99
+
100
+ <!-- /.related -->
101
+
102
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
103
+
94
104
 
95
105
  <section class="main-repo" >
96
106
 
@@ -115,7 +125,7 @@ See [LICENSE][stdlib-license].
115
125
 
116
126
  ## Copyright
117
127
 
118
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
128
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
119
129
 
120
130
  </section>
121
131
 
@@ -134,9 +144,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
134
144
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools/main.svg
135
145
  [coverage-url]: https://codecov.io/github/stdlib-js/math-base-tools?branch=main
136
146
 
147
+ <!--
148
+
137
149
  [dependencies-image]: https://img.shields.io/david/stdlib-js/math-base-tools.svg
138
150
  [dependencies-url]: https://david-dm.org/stdlib-js/math-base-tools/main
139
151
 
152
+ -->
153
+
154
+ [umd]: https://github.com/umdjs/umd
155
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
156
+
157
+ [deno-url]: https://github.com/stdlib-js/math-base-tools/tree/deno
158
+ [umd-url]: https://github.com/stdlib-js/math-base-tools/tree/umd
159
+ [esm-url]: https://github.com/stdlib-js/math-base-tools/tree/esm
160
+
140
161
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
141
162
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
142
163
 
@@ -244,7 +244,7 @@ interface Namespace {
244
244
  }
245
245
 
246
246
  /**
247
- * Standard library basic mathematical tools.
247
+ * Base math tools.
248
248
  */
249
249
  declare var ns: Namespace;
250
250
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stdlib/math-base-tools",
3
- "version": "0.0.5",
4
- "description": "Standard library basic mathematical tools.",
3
+ "version": "0.0.6",
4
+ "description": "Base math tools.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
7
7
  "name": "The Stdlib Authors",