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 Jul 18, 2024
1 parent 82a30b8 commit cb6eae6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-07-15)
## Unreleased (2024-07-18)

<section class="features">

Expand All @@ -24,6 +24,7 @@

<details>

- [`203021c`](https://github.com/stdlib-js/stdlib/commit/203021c9da83f016ffd95e454fa057d8cc37b0ff) - **docs:** update REPL namespace documentation [(##2622)](#2622) _(by stdlib-bot, Philipp Burckhardt)_
- [`60d2ac3`](https://github.com/stdlib-js/stdlib/commit/60d2ac3e0057d35e6b2208426cc354320172e471) - **docs:** update REPL namespace documentation [(#2608)](https://github.com/stdlib-js/stdlib/pull/2608) _(by stdlib-bot, Athan Reines)_
- [`6a106fb`](https://github.com/stdlib-js/stdlib/commit/6a106fb22401248973ca13b614a01712acbd5108) - **docs:** update REPL namespace documentation [(#2592)](https://github.com/stdlib-js/stdlib/pull/2592) _(by stdlib-bot, Athan Reines)_
- [`8751c3d`](https://github.com/stdlib-js/stdlib/commit/8751c3d047ee41fa9b12901121180416484f5348) - **docs:** update REPL namespace documentation [(#2570)](https://github.com/stdlib-js/stdlib/pull/2570) _(by stdlib-bot, Athan Reines)_
Expand Down
2 changes: 1 addition & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ base.floor10,"\nbase.floor10( x:number )\n Rounds a numeric value to the near
base.floorb,"\nbase.floorb( x:number, n:integer, b:integer )\n Rounds a numeric value to the nearest multiple of `b^n` toward negative\n infinity.\n"
base.floorf,"\nbase.floorf( x:number )\n Rounds a single-precision floating-point number toward negative infinity.\n"
base.floorn,"\nbase.floorn( x:number, n:integer )\n Rounds a double-precision floating-point number to the nearest multiple of\n `10^n` toward negative infinity.\n"
base.floorsd,"\nbase.floorsd( x:number, n:integer[, b:integer] )\n Rounds a numeric value to the nearest number toward negative infinity with\n `n` significant figures.\n"
base.floorsd,"\nbase.floorsd( x:number, n:integer, b:integer )\n Rounds a numeric value to the nearest number toward negative infinity with\n `n` significant figures.\n"
base.forEachChar,"\nbase.forEachChar( str:string, clbk:Function[, thisArg:any] )\n Invokes a function for each UTF-16 code unit in a string.\n"
base.forEachCodePoint,"\nbase.forEachCodePoint( str:string, clbk:Function[, thisArg:any] )\n Invokes a function for each Unicode code point in a string.\n"
base.forEachCodePointRight,"\nbase.forEachCodePointRight( str:string, clbk:Function[, thisArg:any] )\n Invokes a function for each Unicode code point in a string, iterating from\n right to left.\n"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit cb6eae6

Please sign in to comment.