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
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@
10
10
11
11
### Features
12
12
13
-
-[`c311a7c`](https://github.com/stdlib-js/stdlib/commit/c311a7cf87ca900c8494ea7a324e3e8f4d8c1329) - add `primary_dtype` for functions in `unary_function_database`[(#8538)](https://github.com/stdlib-js/stdlib/pull/8538)
14
13
-[`73d9130`](https://github.com/stdlib-js/stdlib/commit/73d913013348831c3fc9f0bb6c1fa585d011bb8f) - update math scaffold databases [(#8470)](https://github.com/stdlib-js/stdlib/pull/8470)
15
14
-[`80e4200`](https://github.com/stdlib-js/stdlib/commit/80e4200de213448339cf79c77c7bbd592435551e) - update math scaffold databases [(#8453)](https://github.com/stdlib-js/stdlib/pull/8453)
16
15
-[`b8de2a4`](https://github.com/stdlib-js/stdlib/commit/b8de2a467a9d53deb23db7f0fcd5000e94793ad7) - update math scaffold databases
@@ -698,8 +697,6 @@ A total of 70 issues were closed in this release:
698
697
699
698
<details>
700
699
701
-
-[`821a0bc`](https://github.com/stdlib-js/stdlib/commit/821a0bc32c11aee8fe746ad0d5d92b70dba69e4d) - **docs:** update related packages sections [(#8535)](https://github.com/stdlib-js/stdlib/pull/8535)_(by stdlib-bot)_
702
-
-[`c311a7c`](https://github.com/stdlib-js/stdlib/commit/c311a7cf87ca900c8494ea7a324e3e8f4d8c1329) - **feat:** add `primary_dtype` for functions in `unary_function_database`[(#8538)](https://github.com/stdlib-js/stdlib/pull/8538)_(by Gunj Joshi)_
Copy file name to clipboardExpand all lines: base/special/ceilf/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ int main( void ) {
168
168
169
169
## See Also
170
170
171
-
- <spanclass="package-name">[`@stdlib/math/base/special/floorf`][@stdlib/math/base/special/floorf]</span><spanclass="delimiter">: </span><spanclass="description">round a single-precision floating-point number toward negative infinity.</span>
171
+
- <spanclass="package-name">[`@stdlib/math/base/special/floorf`][@stdlib/math/base/special/floorf]</span><spanclass="delimiter">: </span><spanclass="description">round a single-precision floating-point numeric value toward negative infinity.</span>
0 commit comments