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 4, 2023
1 parent c4a32d9 commit 95d3df4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

7 changes: 5 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2352,7 +2352,7 @@ CDC_NCHS_US_BIRTHS_1994_2003,"\nCDC_NCHS_US_BIRTHS_1994_2003()\n Returns US b
CDC_NCHS_US_INFANT_MORTALITY_BW_1915_2013,"\nCDC_NCHS_US_INFANT_MORTALITY_BW_1915_2013()\n Returns US infant mortality data, by race, from 1915 to 2013, as provided by\n the Center for Disease Control and Prevention's National Center for Health\n Statistics.\n"
chdir,"\nchdir( path:string )\n Changes the current working directory.\n"
chi2gof,"\nchi2gof( x:ndarray|Array|TypedArray, y:ndarray|Array|TypedArray|string[, \n ...args:number][, options:Object] )\n Performs a chi-square goodness-of-fit test.\n"
chi2test,"\nchi2test( x:(MatrixLike|Array[, options:Object] )\n Performs a chi-square independence test.\n"
chi2test,"\nchi2test( x:ndarray|Array[, options:Object] )\n Performs a chi-square independence test.\n"
circarray2iterator,"\ncircarray2iterator( src:ArrayLikeObject[, options:Object][, mapFcn:Function[, \n thisArg:any]] )\n Returns an iterator which repeatedly iterates over the elements of an array-\n like object.\n"
circularArrayStream,"\ncircularArrayStream( src:ArrayLikeObject[, options:Object] )\n Creates a readable stream from an array-like object which repeatedly\n iterates over the provided value's elements.\n"
circularArrayStream.factory,"\ncircularArrayStream.factory( [options:Object] )\n Returns a function for creating readable streams from array-like objects\n which repeatedly iterate over the elements of provided values.\n"
Expand Down Expand Up @@ -2664,6 +2664,7 @@ getPrototypeOf,"\ngetPrototypeOf( value:any )\n Returns the prototype of a pr
getuid,"\ngetuid()\n Returns the numeric user identity of the calling process.\n"
GLAISHER,"\nGLAISHER\n Glaisher-Kinkelin constant.\n"
graphemeClusters2iterator,"\ngraphemeClusters2iterator( src:string[, mapFcn:Function[, thisArg:any]] )\n Returns an iterator which iterates over each grapheme cluster in a string.\n"
graphemeClusters2iteratorRight,"\ngraphemeClusters2iteratorRight( src:string[, mapFcn:Function[, thisArg:any]] )\n Returns an iterator which iterates from right to left over each grapheme\n cluster in a string.\n"
group,"\ngroup( collection:Array|TypedArray|Object, [options:Object,] \n groups:Array|TypedArray|Object )\n Groups values as arrays associated with distinct keys.\n"
groupBy,"\ngroupBy( collection:Array|TypedArray|Object, [options:Object,] \n indicator:Function )\n Groups values according to an indicator function.\n"
groupByAsync,"\ngroupByAsync( collection:Array|TypedArray|Object, [options:Object,] \n indicator:Function, done:Function )\n Groups values according to an indicator function.\n"
Expand All @@ -2682,6 +2683,7 @@ hasBigInt64ArraySupport,"\nhasBigInt64ArraySupport()\n Tests for native `BigI
hasBigIntSupport,"\nhasBigIntSupport()\n Tests for native `BigInt` support.\n"
hasBigUint64ArraySupport,"\nhasBigUint64ArraySupport()\n Tests for native `BigUint64Array` support.\n"
hasClassSupport,"\nhasClassSupport()\n Tests for native `class` support.\n"
hasDataViewSupport,"\nhasDataViewSupport()\n Tests for native `DataView` support.\n"
hasDefinePropertiesSupport,"\nhasDefinePropertiesSupport()\n Tests for `Object.defineProperties` support.\n"
hasDefinePropertySupport,"\nhasDefinePropertySupport()\n Tests for `Object.defineProperty` support.\n"
hasFloat32ArraySupport,"\nhasFloat32ArraySupport()\n Tests for native `Float32Array` support.\n"
Expand Down Expand Up @@ -3008,6 +3010,7 @@ isASCII,"\nisASCII( str:string )\n Tests whether a character belongs to the A
isBetween,"\nisBetween( value:any, a:any, b:any[, left:string, right:string] )\n Tests if a value is between two values.\n"
isBetweenArray,"\nisBetweenArray( value:any, a:any, b:any[, left:string, right:string] )\n Tests if a value is an array-like object where every element is between two\n values.\n"
isBigInt,"\nisBigInt( value:any )\n Tests if a value is a BigInt.\n"
isBigInt64Array,"\nisBigInt64Array( value:any )\n Tests if a value is a BigInt64Array.\n"
isBigUint64Array,"\nisBigUint64Array( value:any )\n Tests if a value is a BigUint64Array.\n"
isBinaryString,"\nisBinaryString( value:any )\n Tests if a value is a binary string.\n"
isBlankString,"\nisBlankString( value:any )\n Tests if a value is a blank string (i.e., an empty string or a string\n consisting only of whitespace characters).\n"
Expand Down Expand Up @@ -4165,7 +4168,7 @@ regexp2json,"\nregexp2json( re:RegExp )\n Returns a JSON representation of a
reim,"\nreim( z:Complex128 )\n Returns the real and imaginary components of a double-precision complex\n floating-point number.\n"
reimf,"\nreimf( z:Complex64 )\n Returns the real and imaginary components of a single-precision complex\n floating-point number.\n"
rejectArguments,"\nrejectArguments( fcn:Function, predicate:Function[, thisArg:any] )\n Returns a function that applies arguments to a provided function according\n to a predicate function.\n"
removeFirst,"\nremoveFirst( str:string[, n:integer] )\n Removes the first character(s) of a `string`.\n"
removeFirst,"\nremoveFirst( str:string[, n:integer][, options:Object] )\n Removes the first character(s) of a `string`.\n"
removeLast,"\nremoveLast( str:string[, n:integer] )\n Removes the last character(s) of a `string`.\n"
removePunctuation,"\nremovePunctuation( str:string )\n Removes punctuation characters from a `string`.\n"
removeUTF8BOM,"\nremoveUTF8BOM( str:string )\n Removes a UTF-8 byte order mark (BOM) from the beginning of a `string`.\n"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

0 comments on commit 95d3df4

Please sign in to comment.