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 14, 2024
1 parent e24a2c7 commit c7f055a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2392,7 +2392,9 @@ commonKeysIn,"\ncommonKeysIn( obj1:any, obj2:any[, ...obj:any] )\n Returns th
complex,"\ncomplex( real:number, imag:number[, dtype:string] )\n Creates a complex number.\n"
Complex64,"\nComplex64( real:number, imag:number )\n 64-bit complex number constructor.\n"
COMPLEX64_NUM_BYTES,"\nCOMPLEX64_NUM_BYTES\n Size (in bytes) of a 64-bit complex number.\n"
COMPLEX64_ZERO,"\nCOMPLEX64_ZERO\n Single-precision complex floating-point zero.\n"
Complex128,"\nComplex128( real:number, imag:number )\n 128-bit complex number constructor.\n"
COMPLEX128_NAN,"\nCOMPLEX128_NAN\n Canonical double-precision complex floating-point NaN.\n"
COMPLEX128_NUM_BYTES,"\nCOMPLEX128_NUM_BYTES\n Size (in bytes) of a 128-bit complex number.\n"
COMPLEX128_ZERO,"\nCOMPLEX128_ZERO\n Double-precision complex floating-point zero.\n"
complexarray,"\ncomplexarray( [dtype:string] )\n Creates a complex typed array.\n\ncomplexarray( length:integer[, dtype:string] )\n Returns a complex number typed array having a specified length.\n\ncomplexarray( complexarray:ComplexArray[, dtype:string] )\n Creates a complex number typed array from another complex number typed\n array.\n\ncomplexarray( obj:Object[, dtype:string] )\n Creates a complex number typed array from an array-like object or iterable.\n\ncomplexarray( buffer:ArrayBuffer[, byteOffset:integer[, length:integer]][, \n dtype:string] )\n Returns a complex number typed array view of an ArrayBuffer.\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 c7f055a

Please sign in to comment.