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 8, 2024
1 parent c4f5152 commit f7e89d9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ arrayCtors,"\narrayCtors( dtype:string )\n Returns an array constructor.\n"
arrayDataType,"\narrayDataType( array:any )\n Returns the data type of an array.\n"
arrayDataTypes,"\narrayDataTypes( [kind:string] )\n Returns a list of array data types.\n"
arrayMinDataType,"\narrayMinDataType( value:any )\n Returns the minimum array data type of the closest \"kind\" necessary for\n storing a provided scalar value.\n"
arrayMostlySafeCasts,"\narrayMostlySafeCasts( [dtype:any] )\n Returns a list of array data types to which a provided array data type can\n be safely cast and, for floating-point data types, can be downcast.\n"
arrayNextDataType,"\narrayNextDataType( [dtype:string] )\n Returns the next larger array data type of the same kind.\n"
arrayPromotionRules,"\narrayPromotionRules( [dtype1:string, dtype2:string] )\n Returns the array data type with the smallest size and closest \"kind\" to\n which array data types can be safely cast.\n"
arraySafeCasts,"\narraySafeCasts( [dtype:string] )\n Returns a list of array data types to which a provided array data type can\n be safely cast.\n"
arraySameKindCasts,"\narraySameKindCasts( [dtype:string] )\n Returns a list of array data types to which a provided array data type can\n be safely cast or cast within the same \"kind\".\n"
arrayPromotionRules,"\narrayPromotionRules( [dtype1:any, dtype2:any] )\n Returns the array data type with the smallest size and closest \"kind\" to\n which array data types can be safely cast.\n"
arraySafeCasts,"\narraySafeCasts( [dtype:any] )\n Returns a list of array data types to which a provided array data type can\n be safely cast.\n"
arraySameKindCasts,"\narraySameKindCasts( [dtype:any] )\n Returns a list of array data types to which a provided array data type can\n be safely cast or cast within the same \"kind\".\n"
arrayShape,"\narrayShape( arr:ArrayLikeObject )\n Determines array dimensions.\n"
arrayStream,"\narrayStream( src:ArrayLikeObject[, options:Object] )\n Creates a readable stream from an array-like object.\n"
arrayStream.factory,"\narrayStream.factory( [options:Object] )\n Returns a function for creating readable streams from array-like objects.\n"
Expand Down Expand Up @@ -4486,7 +4487,7 @@ readWASM.sync,"\nreadWASM.sync( file:string|Buffer|integer[, options:Object] )\n
real,"\nreal( z:Complex128 )\n Returns the real component of a double-precision complex floating-point\n number.\n"
realarray,"\nrealarray( [dtype:string] )\n Creates a typed array.\n\nrealarray( length:integer[, dtype:string] )\n Returns a typed array having a specified length.\n\nrealarray( typedarray:TypedArray[, dtype:string] )\n Creates a typed array from another typed array.\n\nrealarray( obj:Object[, dtype:string] )\n Creates a typed array from an array-like object or iterable.\n\nrealarray( buffer:ArrayBuffer[, byteOffset:integer[, length:integer]][, \n dtype:string] )\n Returns a typed array view of an ArrayBuffer.\n"
realarrayCtors,"\nrealarrayCtors( dtype:string )\n Returns a typed array constructor.\n"
realarrayDataTypes,"\nrealarrayDataTypes()\n Returns a list of typed array data types.\n"
realarrayDataTypes,"\nrealarrayDataTypes()\n Returns a list of typed array real-valued data types.\n"
realf,"\nrealf( z:Complex64 )\n Returns the real component of a single-precision complex floating-point\n number.\n"
realmax,"\nrealmax( dtype:string )\n Returns the maximum finite value capable of being represented by a numeric\n real type.\n"
realmin,"\nrealmin( dtype:string )\n Returns the smallest positive normal value capable of being represented by a\n numeric real type.\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 f7e89d9

Please sign in to comment.