@stdlib/math-base-tools-evalpoly
Advanced tools
+8
-8
| { | ||
| "name": "@stdlib/math-base-tools-evalpoly", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Evaluate a polynomial.", | ||
@@ -40,12 +40,12 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/function-ctor": "^0.1.0", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0" | ||
| "@stdlib/function-ctor": "^0.1.1", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/array-float64": "^0.0.6", | ||
| "@stdlib/bench": "^0.0.12", | ||
| "@stdlib/math-base-assert-is-nan": "^0.0.8", | ||
| "@stdlib/math-base-special-pow": "^0.0.7", | ||
| "@stdlib/array-float64": "^0.1.0", | ||
| "@stdlib/bench": "^0.1.0", | ||
| "@stdlib/math-base-assert-is-nan": "^0.1.0", | ||
| "@stdlib/math-base-special-pow": "^0.1.0", | ||
| "@stdlib/math-base-special-round": "^0.1.0", | ||
| "@stdlib/random-base-randu": "^0.0.8", | ||
| "@stdlib/random-base-randu": "^0.1.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -52,0 +52,0 @@ "istanbul": "^0.4.1", |
+2
-2
@@ -215,4 +215,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -219,0 +219,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools-evalpoly/main.svg |
46564
0