@stdlib/math-base-special-hypot
Advanced tools
@@ -19,5 +19,2 @@ /** | ||
| /** | ||
| * Header file containing function declarations. | ||
| */ | ||
| #ifndef STDLIB_MATH_BASE_SPECIAL_HYPOT_H | ||
@@ -24,0 +21,0 @@ #define STDLIB_MATH_BASE_SPECIAL_HYPOT_H |
+7
-7
| { | ||
| "name": "@stdlib/math-base-special-hypot", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Compute the hypotenuse avoiding overflow and underflow.", | ||
@@ -36,8 +36,8 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/constants-float64-pinf": "^0.2.1", | ||
| "@stdlib/math-base-assert-is-infinite": "^0.2.1", | ||
| "@stdlib/math-base-assert-is-nan": "^0.2.1", | ||
| "@stdlib/math-base-napi-binary": "^0.2.1", | ||
| "@stdlib/math-base-special-sqrt": "^0.2.1", | ||
| "@stdlib/utils-library-manifest": "^0.2.1" | ||
| "@stdlib/constants-float64-pinf": "^0.2.2", | ||
| "@stdlib/math-base-assert-is-infinite": "^0.2.2", | ||
| "@stdlib/math-base-assert-is-nan": "^0.2.2", | ||
| "@stdlib/math-base-napi-binary": "^0.3.0", | ||
| "@stdlib/math-base-special-sqrt": "^0.2.2", | ||
| "@stdlib/utils-library-manifest": "^0.2.2" | ||
| }, | ||
@@ -44,0 +44,0 @@ "devDependencies": {}, |
+2
-2
@@ -307,4 +307,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/math-base-special-hypot/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/math-base-special-hypot/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/math-base-special-hypot/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/math-base-special-hypot/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -311,0 +311,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-hypot/main.svg |
Sorry, the diff of this file is not supported yet
35308
-5.99%16
-5.88%+ Added
- Removed
- Removed
- Removed
- Removed
- Removed