Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@stdlib/math-base-special-hypot

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/math-base-special-hypot - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+0
-3
include/stdlib/math/base/special/hypot.h

@@ -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": {},

@@ -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