@stdlib/math-base-assert-is-positive-zero
Advanced tools
@@ -19,5 +19,2 @@ /** | ||
| /** | ||
| * Header file containing function declarations. | ||
| */ | ||
| #ifndef STDLIB_MATH_BASE_ASSERT_IS_POSITIVE_ZERO_H | ||
@@ -24,0 +21,0 @@ #define STDLIB_MATH_BASE_ASSERT_IS_POSITIVE_ZERO_H |
+38
-38
| { | ||
| "options": {}, | ||
| "fields": [ | ||
| { | ||
| "field": "src", | ||
| "resolve": true, | ||
| "relative": true | ||
| }, | ||
| { | ||
| "field": "include", | ||
| "resolve": true, | ||
| "relative": true | ||
| }, | ||
| { | ||
| "field": "libraries", | ||
| "resolve": false, | ||
| "relative": false | ||
| }, | ||
| { | ||
| "field": "libpath", | ||
| "resolve": true, | ||
| "relative": false | ||
| } | ||
| ], | ||
| "confs": [ | ||
| { | ||
| "src": [ | ||
| "./src/is_positive_zero.c" | ||
| ], | ||
| "include": [ | ||
| "./include" | ||
| ], | ||
| "libraries": [ | ||
| "-lm" | ||
| ], | ||
| "libpath": [], | ||
| "dependencies": [] | ||
| } | ||
| ] | ||
| "options": {}, | ||
| "fields": [ | ||
| { | ||
| "field": "src", | ||
| "resolve": true, | ||
| "relative": true | ||
| }, | ||
| { | ||
| "field": "include", | ||
| "resolve": true, | ||
| "relative": true | ||
| }, | ||
| { | ||
| "field": "libraries", | ||
| "resolve": false, | ||
| "relative": false | ||
| }, | ||
| { | ||
| "field": "libpath", | ||
| "resolve": true, | ||
| "relative": false | ||
| } | ||
| ], | ||
| "confs": [ | ||
| { | ||
| "src": [ | ||
| "./src/is_positive_zero.c" | ||
| ], | ||
| "include": [ | ||
| "./include" | ||
| ], | ||
| "libraries": [ | ||
| "-lm" | ||
| ], | ||
| "libpath": [], | ||
| "dependencies": [] | ||
| } | ||
| ] | ||
| } |
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2024 The Stdlib Authors. | ||
| Copyright (c) 2016-2026 The Stdlib Authors. |
+3
-4
| { | ||
| "name": "@stdlib/math-base-assert-is-positive-zero", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "Test if a double-precision floating-point numeric value is positive zero.", | ||
@@ -36,4 +36,4 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/constants-float64-pinf": "^0.2.1", | ||
| "@stdlib/utils-library-manifest": "^0.2.1" | ||
| "@stdlib/constants-float64-pinf": "^0.2.3", | ||
| "@stdlib/utils-library-manifest": "^0.2.3" | ||
| }, | ||
@@ -79,3 +79,2 @@ "devDependencies": {}, | ||
| ], | ||
| "__stdlib__": {}, | ||
| "funding": { | ||
@@ -82,0 +81,0 @@ "type": "opencollective", |
+5
-5
@@ -141,3 +141,3 @@ <!-- | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors]. | ||
@@ -155,4 +155,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/math-base-assert-is-positive-zero/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/math-base-assert-is-positive-zero/actions/workflows/test.yml?query=branch:v0.2.2 | ||
| [test-image]: https://github.com/stdlib-js/math-base-assert-is-positive-zero/actions/workflows/test.yml/badge.svg?branch=v0.2.3 | ||
| [test-url]: https://github.com/stdlib-js/math-base-assert-is-positive-zero/actions/workflows/test.yml?query=branch:v0.2.3 | ||
@@ -169,4 +169,4 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-assert-is-positive-zero/main.svg | ||
| [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
| [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im | ||
| [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg | ||
| [chat-url]: https://stdlib.zulipchat.com | ||
@@ -173,0 +173,0 @@ [stdlib]: https://github.com/stdlib-js/stdlib |
31253
0