You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2025-05-27)
7
+
## Unreleased (2025-05-29)
8
8
9
9
<sectionclass="features">
10
10
@@ -471,6 +471,7 @@ A total of 42 issues were closed in this release:
471
471
472
472
<details>
473
473
474
+
-[`219e2a0`](https://github.com/stdlib-js/stdlib/commit/219e2a0f9ebbdc2d8f14c9c416dfc5227e49866d) - **docs:** update related packages sections [(#7112)](https://github.com/stdlib-js/stdlib/pull/7112)_(by stdlib-bot)_
474
475
-[`63b7891`](https://github.com/stdlib-js/stdlib/commit/63b7891a03385347320f89e6fe0458f3b5fd198c) - **refactor:** use in-house macros for building native addon bindings _(by Karan Anand)_
475
476
-[`eec9cfa`](https://github.com/stdlib-js/stdlib/commit/eec9cfa4705b0425b8a00cdfa3ca72c6998e7905) - **refactor:** use in-house macros for building native addon bindings _(by Karan Anand)_
476
477
-[`c76fda3`](https://github.com/stdlib-js/stdlib/commit/c76fda338a38ced6292591153522858817f47c11) - **bench:** update Makefiles to follow current project conventions _(by Karan Anand)_
Copy file name to clipboardExpand all lines: base/special/ceilsd/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ int main( void ) {
181
181
182
182
- <spanclass="package-name">[`@stdlib/math/base/special/ceil`][@stdlib/math/base/special/ceil]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision floating-point number toward positive infinity.</span>
183
183
- <spanclass="package-name">[`@stdlib/math/base/special/floorsd`][@stdlib/math/base/special/floorsd]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest number toward negative infinity with N significant figures.</span>
184
-
- <spanclass="package-name">[`@stdlib/math/base/special/roundsd`][@stdlib/math/base/special/roundsd]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest number with N significant figures.</span>
184
+
- <spanclass="package-name">[`@stdlib/math/base/special/roundsd`][@stdlib/math/base/special/roundsd]</span><spanclass="delimiter">: </span><spanclass="description">round a double-precision floating-point number to the nearest value with N significant figures.</span>
185
185
- <spanclass="package-name">[`@stdlib/math/base/special/truncsd`][@stdlib/math/base/special/truncsd]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest number toward zero with N significant figures.</span>
0 commit comments