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 20, 2024
1 parent 9e10f6d commit 730acce
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions code-blocks/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ anyByRightAsync.factory,"function predicate( value, next ) {\n setTimeout( onTim
aones,"var arr = aones( 2 )\narr = aones( 2, 'float32' )\n"
aonesLike,"var x = new Float64Array( 2 );\nvar y = aonesLike( x )\ny = aonesLike( x, 'float32' )\n"
aoneTo,"var arr = aoneTo( 2 )\narr = aoneTo( 2, 'float32' )\n"
aoneToLike,"var arr = aoneToLike( [ 0, 0 ] )\narr = aoneToLike( [ 0, 0 ], 'float32' )\n"
APERY,"APERY\n"
append,"var arr = [ 1.0, 2.0, 3.0, 4.0, 5.0 ];\narr = append( arr, [ 6.0, 7.0 ] )\narr = new Float64Array( [ 1.0, 2.0 ] );\narr = append( arr, [ 3.0, 4.0 ] )\narr = { 'length': 0 };\narr = append( arr, [ 1.0, 2.0 ] )\n"
ARCH,"ARCH\n"
Expand Down
2 changes: 1 addition & 1 deletion code-blocks/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.

5 changes: 3 additions & 2 deletions help/data/data.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion help/data/data.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions info/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ anyByRightAsync.factory,"\nanyByRightAsync.factory( [options:Object,] predicate:
aones,"\naones( length:integer[, dtype:string] )\n Returns an array filled with ones and having a specified length.\n"
aonesLike,"\naonesLike( x:TypedArray|Array[, dtype:string] )\n Returns an array filled with ones and having the same length and data type\n as a provided input array.\n"
aoneTo,"\naoneTo( n:integer[, dtype:string] )\n Generates a linearly spaced numeric array whose elements increment by 1\n starting from one.\n"
aoneToLike,"\naoneToLike( x:TypedArray|Array[, dtype:string] )\n Generates a linearly spaced numeric array whose elements increment by 1\n starting from one and having the same length and data type as a provided\n input array.\n"
APERY,"\nAPERY\n Apéry's constant.\n"
append,"\nappend( collection1:Array|TypedArray|Object, \n collection2:Array|TypedArray|Object )\n Adds the elements of one collection to the end of another collection.\n"
ARCH,"\nARCH\n Operating system CPU architecture for which the JavaScript runtime binary\n was compiled.\n"
Expand Down
2 changes: 1 addition & 1 deletion info/data/data.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ anyByRightAsync.factory,"anyByRightAsync.factory( [options,] predicate )"
aones,"aones( length[, dtype] )"
aonesLike,"aonesLike( x[, dtype] )"
aoneTo,"aoneTo( n[, dtype] )"
aoneToLike,"aoneToLike( x[, dtype] )"
APERY,"APERY"
append,"append( collection1, collection2 )"
ARCH,"ARCH"
Expand Down
2 changes: 1 addition & 1 deletion signature/data/data.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions typed-signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ anyByRightAsync.factory,"anyByRightAsync.factory( [options:Object,] predicate:Fu
aones,"aones( length:integer[, dtype:string] )"
aonesLike,"aonesLike( x:TypedArray|Array[, dtype:string] )"
aoneTo,"aoneTo( n:integer[, dtype:string] )"
aoneToLike,"aoneToLike( x:TypedArray|Array[, dtype:string] )"
APERY,"APERY"
append,"append( collection1:Array|TypedArray|Object, collection2:Array|TypedArray|Object )"
ARCH,"ARCH"
Expand Down
2 changes: 1 addition & 1 deletion typed-signature/data/data.json

Large diffs are not rendered by default.

0 comments on commit 730acce

Please sign in to comment.