diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 91e95cd..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-12-09T02:11:10.103Z diff --git a/CHANGELOG.md b/CHANGELOG.md index d67dab7..1a9e184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-09) +## Unreleased (2024-12-15)
@@ -12,6 +12,7 @@
+- [`cfc0665`](https://github.com/stdlib-js/stdlib/commit/cfc0665435a1f99158d7fed39b8873dea6aa6209) - **docs:** add missing private tag _(by Philipp Burckhardt)_ - [`4817867`](https://github.com/stdlib-js/stdlib/commit/4817867dcbddffe1ead3f532e01fce352bd77808) - **chore:** move stdlib benchmarks into native sub-directories _(by Philipp Burckhardt)_
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ba851aa..1ba9b59 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -112,6 +112,7 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com> Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com> Varad Gupta Vinit Pandit <106718914+MeastroZI@users.noreply.github.com> +Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com> Xiaochuan Ye Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com> Yernar Yergaziyev diff --git a/lib/native.js b/lib/native.js index cf142e8..b63379f 100644 --- a/lib/native.js +++ b/lib/native.js @@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' ); /** * Returns a single-precision floating-point number with the magnitude of `x` and the sign of `x*y`. * +* @private * @param {number} x - number from which to derive a magnitude * @param {number} y - number from which to derive a sign * @returns {number} a single-precision floating-point number