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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
### Features
12
12
13
+
-[`ec35e72`](https://github.com/stdlib-js/stdlib/commit/ec35e72d9b49b4b5c9d908dd7a497c7368e10249) - update math scaffold databases [(#8545)](https://github.com/stdlib-js/stdlib/pull/8545)
14
+
-[`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)
13
15
-[`73d9130`](https://github.com/stdlib-js/stdlib/commit/73d913013348831c3fc9f0bb6c1fa585d011bb8f) - update math scaffold databases [(#8470)](https://github.com/stdlib-js/stdlib/pull/8470)
14
16
-[`80e4200`](https://github.com/stdlib-js/stdlib/commit/80e4200de213448339cf79c77c7bbd592435551e) - update math scaffold databases [(#8453)](https://github.com/stdlib-js/stdlib/pull/8453)
15
17
-[`b8de2a4`](https://github.com/stdlib-js/stdlib/commit/b8de2a467a9d53deb23db7f0fcd5000e94793ad7) - update math scaffold databases
@@ -697,6 +699,9 @@ A total of 70 issues were closed in this release:
697
699
698
700
<details>
699
701
702
+
-[`ec35e72`](https://github.com/stdlib-js/stdlib/commit/ec35e72d9b49b4b5c9d908dd7a497c7368e10249) - **feat:** update math scaffold databases [(#8545)](https://github.com/stdlib-js/stdlib/pull/8545)_(by stdlib-bot)_
703
+
-[`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)_
704
+
-[`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 numeric value 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 number toward negative infinity.</span>
0 commit comments