@stdlib/complex-float64-base-scale
Advanced tools
+7
-7
| { | ||
| "name": "@stdlib/complex-float64-base-scale", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.", | ||
@@ -36,8 +36,8 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/complex-float64-ctor": "^0.0.3", | ||
| "@stdlib/complex-float64-imag": "^0.1.1", | ||
| "@stdlib/complex-float64-real": "^0.1.1", | ||
| "@stdlib/complex-float64-reim": "^0.1.2", | ||
| "@stdlib/math-base-napi-binary": "^0.3.1", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", | ||
| "@stdlib/complex-float64-ctor": "^0.1.1", | ||
| "@stdlib/complex-float64-imag": "^0.1.2", | ||
| "@stdlib/complex-float64-real": "^0.1.2", | ||
| "@stdlib/complex-float64-reim": "^0.1.3", | ||
| "@stdlib/math-base-napi-binary": "^0.3.3", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", | ||
| "@stdlib/utils-library-manifest": "^0.2.3" | ||
@@ -44,0 +44,0 @@ }, |
+2
-2
@@ -317,4 +317,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/complex-float64-base-scale/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/complex-float64-base-scale/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/complex-float64-base-scale/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/complex-float64-base-scale/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -321,0 +321,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float64-base-scale/main.svg |
- Removed
- Removed
Updated