Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 8, 2024
1 parent fb2f0bb commit 2687103
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5885,6 +5885,7 @@ A total of 30 people contributed to this release. Thank you to the following con

<details>

- [`90133e3`](https://github.com/stdlib-js/stdlib/commit/90133e3fcc5deb6ea888468f2b610d1786dbba00) - **bench:** update sample value [(#2763)](https://github.com/stdlib-js/stdlib/pull/2763) _(by Gunj Joshi)_
- [`16db19b`](https://github.com/stdlib-js/stdlib/commit/16db19ba69114e4f4180464e8c4562b35a3078d2) - **feat:** add C implementation for `math/base/special/trigamma` _(by Gunj Joshi)_
- [`fabbf5a`](https://github.com/stdlib-js/stdlib/commit/fabbf5abfb781849d460e93dd498cd7d99505678) - **feat:** add `math/base/special/roundf` _(by Gunj Joshi, Philipp Burckhardt)_
- [`f966721`](https://github.com/stdlib-js/stdlib/commit/f966721cd336b1ef47199adc316f6e5779aeff06) - **chore:** update URLs _(by Philipp Burckhardt)_
Expand Down
2 changes: 1 addition & 1 deletion base/assert/is-integer/benchmark/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bench( pkg+'::true', function benchmark( b ) {
-8,
-9,
-10,
1.0e308
-1.0e308
];

b.tic();
Expand Down
2 changes: 1 addition & 1 deletion base/assert/is-integer/benchmark/benchmark.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bench( pkg+'::native,true', opts, function benchmark( b ) {
-8,
-9,
-10,
1.0e308
-1.0e308
];

b.tic();
Expand Down

0 comments on commit 2687103

Please sign in to comment.