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 Feb 16, 2025
1 parent 32a6a90 commit 667e88a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,7 @@ jsconfig.json
# Other editor files #
######################
.idea/

# Cursor #
##########
.cursorignore
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 (2025-02-15)
## Unreleased (2025-02-16)

<section class="features">

Expand Down Expand Up @@ -34,6 +34,7 @@

<details>

- [`579b628`](/~https://github.com/stdlib-js/stdlib/commit/579b6281b7cf79d745d70b779f5f250ea53aff21) - **docs:** update REPL namespace documentation [(#5244)](/~https://github.com/stdlib-js/stdlib/pull/5244) _(by stdlib-bot)_
- [`842339c`](/~https://github.com/stdlib-js/stdlib/commit/842339cc7f1235f0276e987d18b78bf04a12c2ed) - **docs:** update REPL namespace documentation [(#5208)](/~https://github.com/stdlib-js/stdlib/pull/5208) _(by stdlib-bot)_
- [`6de2470`](/~https://github.com/stdlib-js/stdlib/commit/6de24703c71c1c5fb4a591b9555186066d50f273) - **docs:** update REPL namespace documentation [(#5153)](/~https://github.com/stdlib-js/stdlib/pull/5153) _(by stdlib-bot)_
- [`502c87c`](/~https://github.com/stdlib-js/stdlib/commit/502c87cea01e40e40b7cb5bba335a943e148e613) - **docs:** update REPL namespace documentation [(#5131)](/~https://github.com/stdlib-js/stdlib/pull/5131) _(by stdlib-bot)_
Expand Down
4 changes: 2 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1724,8 +1724,8 @@ base.strided.ddeg2rad,"\nbase.strided.ddeg2rad( N:integer, x:Float64Array, strid
base.strided.ddeg2rad.ndarray,"\nbase.strided.ddeg2rad.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer, y:Float64Array, strideY:integer, offsetY:integer )\n Converts each element in a double-precision floating-point strided array `x`\n from degrees to radians and assigns the results to elements in a double-\n precision floating-point strided array `y` using alternative indexing\n semantics.\n"
base.strided.ddot,"\nbase.strided.ddot( N:integer, x:Float64Array, strideX:integer, y:Float64Array, \n strideY:integer )\n Computes the dot product of two double-precision floating-point vectors.\n"
base.strided.ddot.ndarray,"\nbase.strided.ddot.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer, y:Float64Array, strideY:integer, offsetY:integer )\n Computes the dot product of two double-precision floating-point vectors\n using alternative indexing semantics.\n"
base.strided.dfill,"\nbase.strided.dfill( N:integer, alpha:number, x:Float64Array, strideX:integer )\n Fills a double-precision floating-point strided array with a specified\n scalar value.\n"
base.strided.dfill.ndarray,"\nbase.strided.dfill.ndarray( N:integer, alpha:number, x:Float64Array, \n strideX:integer, offsetX:integer )\n Fills a double-precision floating-point strided array with a specified\n scalar value using alternative indexing semantics.\n"
base.strided.dfill,"\nbase.strided.dfill( N:integer, alpha:number, x:Float64Array, strideX:integer )\n Fills a double-precision floating-point strided array with a specified\n scalar constant.\n"
base.strided.dfill.ndarray,"\nbase.strided.dfill.ndarray( N:integer, alpha:number, x:Float64Array, \n strideX:integer, offsetX:integer )\n Fills a double-precision floating-point strided array with a specified\n scalar constant using alternative indexing semantics.\n"
base.strided.dfloor,"\nbase.strided.dfloor( N:integer, x:Float64Array, strideX:integer, \n y:Float64Array, strideY:integer )\n Rounds each element in a double-precision floating-point strided array `x`\n toward negative infinity and assigns the results to elements in a double-\n precision floating-point strided array `y`.\n"
base.strided.dfloor.ndarray,"\nbase.strided.dfloor.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer, y:Float64Array, strideY:integer, offsetY:integer )\n Rounds each element in a double-precision floating-point strided array `x`\n toward negative infinity and assigns the results to elements in a double-\n precision floating-point strided array `y` using alternative indexing\n semantics.\n"
base.strided.dinv,"\nbase.strided.dinv( N:integer, x:Float64Array, strideX:integer, y:Float64Array, \n strideY:integer )\n Computes the multiplicative inverse for each element in a double-precision\n floating-point strided array `x` and assigns the results to elements in a\n double-precision floating-point strided array `y`.\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 667e88a

Please sign in to comment.