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 19, 2024
1 parent ecb9763 commit 60f4df0
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-08-17)
## Unreleased (2024-08-19)

<section class="features">

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

<details>

- [`cf3e438`](https://github.com/stdlib-js/stdlib/commit/cf3e438ecf31260a2ebff08f6477bb4d29e8440f) - **docs:** update REPL docs _(by Athan Reines)_
- [`5f8d50d`](https://github.com/stdlib-js/stdlib/commit/5f8d50df14363d06b37b9d551143fc46d90c79bd) - **docs:** update REPL docs _(by Athan Reines)_
- [`febd8ae`](https://github.com/stdlib-js/stdlib/commit/febd8aef423c3723ef0cd4a04099faa609a38f51) - **feat:** add `ndarraylike2ndarray` to namespace _(by Athan Reines)_
- [`09ffebd`](https://github.com/stdlib-js/stdlib/commit/09ffebdfb9946b7e1dd3c05f58637fa073f0a121) - **feat:** add `nditerInterleaveSubarrays` to namespace _(by 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 @@ -1090,7 +1090,7 @@ base.ldexp,"\nbase.ldexp( frac:number, exp:number )\n Multiplies a double-pre
base.leftPad,"\nbase.leftPad( str:string, len:integer, pad:string )\n Left pads a string such that the padded string has a length of at least\n `len`.\n"
base.leftTrim,"\nbase.leftTrim( str:string )\n Trims whitespace from the beginning of a string.\n"
base.ln,"\nbase.ln( x:number )\n Evaluates the natural logarithm of a double-precision floating-point number.\n"
base.log,"\nbase.log( x:number, b:number )\n Computes the base `b` logarithm of `x`.\n"
base.log,"\nbase.log( x:number, b:number )\n Computes the base `b` logarithm of a double-precision floating-point number.\n"
base.log1mexp,"\nbase.log1mexp( x:number )\n Evaluates the natural logarithm of `1-exp(-|x|)`.\n"
base.log1p,"\nbase.log1p( x:number )\n Evaluates the natural logarithm of `1+x`.\n"
base.log1pexp,"\nbase.log1pexp( x:number )\n Evaluates the natural logarithm of `1+exp(x)`.\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 60f4df0

Please sign in to comment.