@stdlib/math-base-tools 0.0.2 → 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
 
@@ -102,6 +112,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
102
112
 
103
113
  For more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib].
104
114
 
115
+ #### Community
116
+
117
+ [![Chat][chat-image]][chat-url]
118
+
105
119
  ---
106
120
 
107
121
  ## License
@@ -111,7 +125,7 @@ See [LICENSE][stdlib-license].
111
125
 
112
126
  ## Copyright
113
127
 
114
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
128
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
115
129
 
116
130
  </section>
117
131
 
@@ -130,9 +144,23 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
130
144
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools/main.svg
131
145
  [coverage-url]: https://codecov.io/github/stdlib-js/math-base-tools?branch=main
132
146
 
133
- [dependencies-image]: https://img.shields.io/david/stdlib-js/math-base-tools
147
+ <!--
148
+
149
+ [dependencies-image]: https://img.shields.io/david/stdlib-js/math-base-tools.svg
134
150
  [dependencies-url]: https://david-dm.org/stdlib-js/math-base-tools/main
135
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
+
161
+ [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
162
+ [chat-url]: https://gitter.im/stdlib-js/stdlib/
163
+
136
164
  [stdlib]: https://github.com/stdlib-js/stdlib
137
165
 
138
166
  [stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
@@ -141,21 +169,21 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
141
169
 
142
170
  <!-- <toc-links> -->
143
171
 
144
- [@stdlib/math/base/tools/continued-fraction]: https://github.com/stdlib-js/math-base-tools-continued-fraction
172
+ [@stdlib/math/base/tools/continued-fraction]: https://www.npmjs.com/package/@stdlib/math-base-tools-continued-fraction
145
173
 
146
- [@stdlib/math/base/tools/evalpoly]: https://github.com/stdlib-js/math-base-tools-evalpoly
174
+ [@stdlib/math/base/tools/evalpoly]: https://www.npmjs.com/package/@stdlib/math-base-tools-evalpoly
147
175
 
148
- [@stdlib/math/base/tools/evalrational]: https://github.com/stdlib-js/math-base-tools-evalrational
176
+ [@stdlib/math/base/tools/evalrational]: https://www.npmjs.com/package/@stdlib/math-base-tools-evalrational
149
177
 
150
- [@stdlib/math/base/tools/fibpoly]: https://github.com/stdlib-js/math-base-tools-fibpoly
178
+ [@stdlib/math/base/tools/fibpoly]: https://www.npmjs.com/package/@stdlib/math-base-tools-fibpoly
151
179
 
152
- [@stdlib/math/base/tools/hermitepoly]: https://github.com/stdlib-js/math-base-tools-hermitepoly
180
+ [@stdlib/math/base/tools/hermitepoly]: https://www.npmjs.com/package/@stdlib/math-base-tools-hermitepoly
153
181
 
154
- [@stdlib/math/base/tools/lucaspoly]: https://github.com/stdlib-js/math-base-tools-lucaspoly
182
+ [@stdlib/math/base/tools/lucaspoly]: https://www.npmjs.com/package/@stdlib/math-base-tools-lucaspoly
155
183
 
156
- [@stdlib/math/base/tools/normhermitepoly]: https://github.com/stdlib-js/math-base-tools-normhermitepoly
184
+ [@stdlib/math/base/tools/normhermitepoly]: https://www.npmjs.com/package/@stdlib/math-base-tools-normhermitepoly
157
185
 
158
- [@stdlib/math/base/tools/sum-series]: https://github.com/stdlib-js/math-base-tools-sum-series
186
+ [@stdlib/math/base/tools/sum-series]: https://www.npmjs.com/package/@stdlib/math-base-tools-sum-series
159
187
 
160
188
  <!-- </toc-links> -->
161
189
 
@@ -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.2",
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",
@@ -15,6 +15,7 @@
15
15
  ],
16
16
  "main": "./lib",
17
17
  "directories": {
18
+ "doc": "./docs",
18
19
  "example": "./examples",
19
20
  "lib": "./lib",
20
21
  "test": "./test"
@@ -26,7 +27,7 @@
26
27
  "examples": "make examples",
27
28
  "benchmark": "make benchmark"
28
29
  },
29
- "homepage": "https://github.com/stdlib-js/stdlib",
30
+ "homepage": "https://stdlib.io",
30
31
  "repository": {
31
32
  "type": "git",
32
33
  "url": "git://github.com/stdlib-js/math-base-tools.git"
package/CHANGELOG.md DELETED
@@ -1,5 +0,0 @@
1
- # CHANGELOG
2
-
3
- > Package changelog.
4
-
5
- See [GitHub Releases](https://github.com/stdlib-js/math-base-tools/releases) for the changelog.