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 Jan 18, 2024
1 parent 79f04b0 commit fd06878
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ arrayview2iteratorRight,"\narrayview2iteratorRight( src:ArrayLikeObject[, begin:
AsyncIteratorSymbol,"\nAsyncIteratorSymbol\n Async iterator symbol.\n"
azeros,"\nazeros( length:integer[, dtype:string] )\n Returns a zero-filled array having a specified length.\n"
azerosLike,"\nazerosLike( x:TypedArray|Array[, dtype:string] )\n Returns a zero-filled array having the same length and data type as a\n provided input array.\n"
azeroTo,"\nazeroTo( n:integer[, dtype:string] )\n Generates a linearly spaced numeric array whose elements increment by 1\n starting from zero.\n"
bartlettTest,"\nbartlettTest( ...x:Array[, options:Object] )\n Computes Bartlett’s test for equal variances.\n"
base.abs,"\nbase.abs( x:number )\n Computes the absolute value of a double-precision floating-point number `x`.\n"
base.abs2,"\nbase.abs2( x:number )\n Computes the squared absolute value of a double-precision floating-point\n `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 fd06878

Please sign in to comment.