Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1546,8 +1546,8 @@ complexPromotionRules,"@stdlib/complex-promotion-rules"
compose,"@stdlib/utils-compose"
composeAsync,"@stdlib/utils-async-compose"
configdir,"@stdlib/os-configdir"
conj,"@stdlib/complex-conj"
conjf,"@stdlib/complex-conjf"
conj,"@stdlib/complex-float64-conj"
conjf,"@stdlib/complex-float32-conj"
constantcase,"@stdlib/string-constantcase"
constantFunction,"@stdlib/utils-constant-function"
constantStream,"@stdlib/streams-node-from-constant"
Expand Down Expand Up @@ -1799,8 +1799,8 @@ ifelse,"@stdlib/utils-if-else"
ifelseAsync,"@stdlib/utils-async-if-else"
ifthen,"@stdlib/utils-if-then"
ifthenAsync,"@stdlib/utils-async-if-then"
imag,"@stdlib/complex-imag"
imagf,"@stdlib/complex-imagf"
imag,"@stdlib/complex-float64-imag"
imagf,"@stdlib/complex-float32-imag"
IMG_ACANTHUS_MOLLIS,"@stdlib/datasets-img-acanthus-mollis"
IMG_AIRPLANE_FROM_ABOVE,"@stdlib/datasets-img-airplane-from-above"
IMG_ALLIUM_OREOPHILUM,"@stdlib/datasets-img-allium-oreophilum"
Expand Down Expand Up @@ -2811,11 +2811,11 @@ readFile,"@stdlib/fs-read-file"
readFileList,"@stdlib/fs-read-file-list"
readJSON,"@stdlib/fs-read-json"
readWASM,"@stdlib/fs-read-wasm"
real,"@stdlib/complex-real"
real,"@stdlib/complex-float64-real"
realarray,"@stdlib/array-typed-real"
realarrayCtors,"@stdlib/array-typed-real-ctors"
realarrayDataTypes,"@stdlib/array-typed-real-dtypes"
realf,"@stdlib/complex-realf"
realf,"@stdlib/complex-float32-real"
realmax,"@stdlib/utils-real-max"
realmin,"@stdlib/utils-real-min"
reBasename,"@stdlib/regexp-basename"
Expand Down Expand Up @@ -2843,8 +2843,8 @@ reFilenameWindows,"@stdlib/regexp-filename-windows"
reFromString,"@stdlib/utils-regexp-from-string"
reFunctionName,"@stdlib/regexp-function-name"
regexp2json,"@stdlib/regexp-to-json"
reim,"@stdlib/complex-reim"
reimf,"@stdlib/complex-reimf"
reim,"@stdlib/complex-float64-reim"
reimf,"@stdlib/complex-float32-reim"
rejectArguments,"@stdlib/utils-reject-arguments"
removeFirst,"@stdlib/string-remove-first"
removeLast,"@stdlib/string-remove-last"
Expand Down

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1546,8 +1546,8 @@
"@stdlib/utils/compose","@stdlib/utils-compose"
"@stdlib/utils/async/compose","@stdlib/utils-async-compose"
"@stdlib/os/configdir","@stdlib/os-configdir"
"@stdlib/complex/float64/conj","@stdlib/complex-conj"
"@stdlib/complex/float32/conj","@stdlib/complex-conjf"
"@stdlib/complex/float64/conj","@stdlib/complex-float64-conj"
"@stdlib/complex/float32/conj","@stdlib/complex-float32-conj"
"@stdlib/string/constantcase","@stdlib/string-constantcase"
"@stdlib/utils/constant-function","@stdlib/utils-constant-function"
"@stdlib/streams/node/from-constant","@stdlib/streams-node-from-constant"
Expand Down Expand Up @@ -1799,8 +1799,8 @@
"@stdlib/utils/async/if-else","@stdlib/utils-async-if-else"
"@stdlib/utils/if-then","@stdlib/utils-if-then"
"@stdlib/utils/async/if-then","@stdlib/utils-async-if-then"
"@stdlib/complex/float64/imag","@stdlib/complex-imag"
"@stdlib/complex/float32/imag","@stdlib/complex-imagf"
"@stdlib/complex/float64/imag","@stdlib/complex-float64-imag"
"@stdlib/complex/float32/imag","@stdlib/complex-float32-imag"
"@stdlib/datasets/img-acanthus-mollis","@stdlib/datasets-img-acanthus-mollis"
"@stdlib/datasets/img-airplane-from-above","@stdlib/datasets-img-airplane-from-above"
"@stdlib/datasets/img-allium-oreophilum","@stdlib/datasets-img-allium-oreophilum"
Expand Down Expand Up @@ -2811,11 +2811,11 @@
"@stdlib/fs/read-file-list","@stdlib/fs-read-file-list"
"@stdlib/fs/read-json","@stdlib/fs-read-json"
"@stdlib/fs/read-wasm","@stdlib/fs-read-wasm"
"@stdlib/complex/float64/real","@stdlib/complex-real"
"@stdlib/complex/float64/real","@stdlib/complex-float64-real"
"@stdlib/array/typed-real","@stdlib/array-typed-real"
"@stdlib/array/typed-real-ctors","@stdlib/array-typed-real-ctors"
"@stdlib/array/typed-real-dtypes","@stdlib/array-typed-real-dtypes"
"@stdlib/complex/float32/real","@stdlib/complex-realf"
"@stdlib/complex/float32/real","@stdlib/complex-float32-real"
"@stdlib/utils/real-max","@stdlib/utils-real-max"
"@stdlib/utils/real-min","@stdlib/utils-real-min"
"@stdlib/regexp/basename","@stdlib/regexp-basename"
Expand Down Expand Up @@ -2843,8 +2843,8 @@
"@stdlib/utils/regexp-from-string","@stdlib/utils-regexp-from-string"
"@stdlib/regexp/function-name","@stdlib/regexp-function-name"
"@stdlib/regexp/to-json","@stdlib/regexp-to-json"
"@stdlib/complex/float64/reim","@stdlib/complex-reim"
"@stdlib/complex/float32/reim","@stdlib/complex-reimf"
"@stdlib/complex/float64/reim","@stdlib/complex-float64-reim"
"@stdlib/complex/float32/reim","@stdlib/complex-float32-reim"
"@stdlib/utils/reject-arguments","@stdlib/utils-reject-arguments"
"@stdlib/string/remove-first","@stdlib/string-remove-first"
"@stdlib/string/remove-last","@stdlib/string-remove-last"
Expand Down

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1546,8 +1546,8 @@
"@stdlib/utils-compose","@stdlib/utils/compose"
"@stdlib/utils-async-compose","@stdlib/utils/async/compose"
"@stdlib/os-configdir","@stdlib/os/configdir"
"@stdlib/complex-conj","@stdlib/complex/float64/conj"
"@stdlib/complex-conjf","@stdlib/complex/float32/conj"
"@stdlib/complex-float64-conj","@stdlib/complex/float64/conj"
"@stdlib/complex-float32-conj","@stdlib/complex/float32/conj"
"@stdlib/string-constantcase","@stdlib/string/constantcase"
"@stdlib/utils-constant-function","@stdlib/utils/constant-function"
"@stdlib/streams-node-from-constant","@stdlib/streams/node/from-constant"
Expand Down Expand Up @@ -1799,8 +1799,8 @@
"@stdlib/utils-async-if-else","@stdlib/utils/async/if-else"
"@stdlib/utils-if-then","@stdlib/utils/if-then"
"@stdlib/utils-async-if-then","@stdlib/utils/async/if-then"
"@stdlib/complex-imag","@stdlib/complex/float64/imag"
"@stdlib/complex-imagf","@stdlib/complex/float32/imag"
"@stdlib/complex-float64-imag","@stdlib/complex/float64/imag"
"@stdlib/complex-float32-imag","@stdlib/complex/float32/imag"
"@stdlib/datasets-img-acanthus-mollis","@stdlib/datasets/img-acanthus-mollis"
"@stdlib/datasets-img-airplane-from-above","@stdlib/datasets/img-airplane-from-above"
"@stdlib/datasets-img-allium-oreophilum","@stdlib/datasets/img-allium-oreophilum"
Expand Down Expand Up @@ -2811,11 +2811,11 @@
"@stdlib/fs-read-file-list","@stdlib/fs/read-file-list"
"@stdlib/fs-read-json","@stdlib/fs/read-json"
"@stdlib/fs-read-wasm","@stdlib/fs/read-wasm"
"@stdlib/complex-real","@stdlib/complex/float64/real"
"@stdlib/complex-float64-real","@stdlib/complex/float64/real"
"@stdlib/array-typed-real","@stdlib/array/typed-real"
"@stdlib/array-typed-real-ctors","@stdlib/array/typed-real-ctors"
"@stdlib/array-typed-real-dtypes","@stdlib/array/typed-real-dtypes"
"@stdlib/complex-realf","@stdlib/complex/float32/real"
"@stdlib/complex-float32-real","@stdlib/complex/float32/real"
"@stdlib/utils-real-max","@stdlib/utils/real-max"
"@stdlib/utils-real-min","@stdlib/utils/real-min"
"@stdlib/regexp-basename","@stdlib/regexp/basename"
Expand Down Expand Up @@ -2843,8 +2843,8 @@
"@stdlib/utils-regexp-from-string","@stdlib/utils/regexp-from-string"
"@stdlib/regexp-function-name","@stdlib/regexp/function-name"
"@stdlib/regexp-to-json","@stdlib/regexp/to-json"
"@stdlib/complex-reim","@stdlib/complex/float64/reim"
"@stdlib/complex-reimf","@stdlib/complex/float32/reim"
"@stdlib/complex-float64-reim","@stdlib/complex/float64/reim"
"@stdlib/complex-float32-reim","@stdlib/complex/float32/reim"
"@stdlib/utils-reject-arguments","@stdlib/utils/reject-arguments"
"@stdlib/string-remove-first","@stdlib/string/remove-first"
"@stdlib/string-remove-last","@stdlib/string/remove-last"
Expand Down

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/node_modules/@stdlib/repl/code-blocks/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ base.capitalize,"var out = base.capitalize( 'beep' )\nout = base.capitalize( 'Bo
base.cbrt,"var y = base.cbrt( 64.0 )\ny = base.cbrt( 27.0 )\ny = base.cbrt( 0.0 )\ny = base.cbrt( -0.0 )\ny = base.cbrt( -9.0 )\ny = base.cbrt( NaN )\n"
base.cbrtf,"var y = base.cbrtf( 64.0 )\ny = base.cbrtf( 27.0 )\ny = base.cbrtf( 0.0 )\ny = base.cbrtf( -0.0 )\ny = base.cbrtf( -9.0 )\ny = base.cbrtf( NaN )\n"
base.cceil,"var v = base.cceil( new Complex128( -1.5, 2.5 ) )\nvar re = real( v )\nvar im = imag( v )\n"
base.cceilf,"var v = base.cceilf( new Complex64( -1.5, 2.5 ) )\nvar re = real( v )\nvar im = imag( v )\n"
base.cceilf,"var v = base.cceilf( new Complex64( -1.5, 2.5 ) )\nvar re = realf( v )\nvar im = imagf( v )\n"
base.cceiln,"var out = base.cceiln( new Complex128( 5.555, -3.333 ), -2 )\nvar re = real( out )\nvar im = imag( out )\n"
base.ccis,"var y = base.ccis( new Complex128( 0.0, 0.0 ) )\nvar re = real( y )\nvar im = imag( y )\ny = base.ccis( new Complex128( 1.0, 0.0 ) )\nre = real( y )\nim = imag( y )\n"
base.cdiv,"var z1 = new Complex128( -13.0, -1.0 )\nvar z2 = new Complex128( -2.0, 1.0 )\nvar y = base.cdiv( z1, z2 )\nvar re = real( y )\nvar im = imag( y )\n"
Expand All @@ -235,11 +235,11 @@ base.ceiln,"var y = base.ceiln( 3.14159, -2 )\ny = base.ceiln( 3.14159, 0 )\ny =
base.ceilsd,"var y = base.ceilsd( 3.14159, 5 )\ny = base.ceilsd( 3.14159, 1 )\ny = base.ceilsd( 12368.0, 2 )\ny = base.ceilsd( 0.0313, 2, 2 )\n"
base.cexp,"var y = base.cexp( new Complex128( 0.0, 0.0 ) )\nvar re = real( y )\nvar im = imag( y )\ny = base.cexp( new Complex128( 0.0, 1.0 ) )\nre = real( y )\nim = imag( y )\n"
base.cflipsign,"var v = base.cflipsign( new Complex128( -4.2, 5.5 ), -9.0 )\nvar re = real( v )\nvar im = imag( v )\n"
base.cflipsignf,"var v = base.cflipsignf( new Complex64( -4.0, 5.0 ), -9.0 )\nvar re = real( v )\nvar im = imag( v )\n"
base.cflipsignf,"var v = base.cflipsignf( new Complex64( -4.0, 5.0 ), -9.0 )\nvar re = realf( v )\nvar im = imagf( v )\n"
base.cfloor,"var v = base.cfloor( new Complex128( 5.5, 3.3 ) )\nvar re = real( v )\nvar im = imag( v )\n"
base.cfloorn,"var v = base.cfloorn( new Complex128( 5.555, -3.333 ), -2 )\nvar re = real( v )\nvar im = imag( v )\n"
base.cidentity,"var v = base.cidentity( new Complex128( -1.0, 2.0 ) )\nvar re = real( v )\nvar img = imag( v )\n"
base.cidentityf,"var v = base.cidentityf( new Complex64( -1.0, 2.0 ) )\nvar re = real( v )\nvar img = imag( v )\n"
base.cidentityf,"var v = base.cidentityf( new Complex64( -1.0, 2.0 ) )\nvar re = realf( v )\nvar img = imagf( v )\n"
base.cinv,"var v = base.cinv( new Complex128( 2.0, 4.0 ) )\nvar re = real( v )\nvar im = imag( v )\n"
base.clamp,"var y = base.clamp( 3.14, 0.0, 5.0 )\ny = base.clamp( -3.14, 0.0, 5.0 )\ny = base.clamp( 3.14, 0.0, 3.0 )\ny = base.clamp( -0.0, 0.0, 5.0 )\ny = base.clamp( 0.0, -3.14, -0.0 )\ny = base.clamp( NaN, 0.0, 5.0 )\n"
base.clampf,"var y = base.clampf( 3.14, 0.0, 5.0 )\ny = base.clampf( -3.14, 0.0, 5.0 )\ny = base.clampf( 3.14, 0.0, 3.0 )\ny = base.clampf( -0.0, 0.0, 5.0 )\ny = base.clampf( 0.0, -3.14, -0.0 )\ny = base.clampf( NaN, 0.0, 5.0 )\n"
Expand Down Expand Up @@ -988,7 +988,7 @@ base.floor10,"var y = base.floor10( 3.14 )\ny = base.floor10( -4.2 )\ny = base.f
base.floorb,"var y = base.floorb( 3.14159, -4, 10 )\ny = base.floorb( 3.14159, 0, 2 )\ny = base.floorb( 5.0, 1, 2 )\n"
base.floorf,"var y = base.floorf( 3.14 )\ny = base.floorf( -4.2 )\ny = base.floorf( -4.6 )\ny = base.floorf( 9.5 )\ny = base.floorf( -0.0 )\n"
base.floorn,"var y = base.floorn( 3.14159, -4 )\ny = base.floorn( 3.14159, 0 )\ny = base.floorn( 12368.0, 3 )\n"
base.floorsd,"var y = base.floorsd( 3.14159, 5 )\ny = base.floorsd( 3.14159, 1 )\ny = base.floorsd( 12368.0, 2 )\ny = base.floorsd( 0.0313, 2, 2 )\n"
base.floorsd,"var y = base.floorsd( 3.14159, 5, 10 )\ny = base.floorsd( 3.14159, 1, 10 )\ny = base.floorsd( 12368.0, 2, 10 )\ny = base.floorsd( 0.0313, 2, 2 )\n"
base.forEachChar,"var n = 0;\nfunction fcn() { n += 1; };\nbase.forEachChar( 'hello world!', fcn );\nn\n"
base.forEachCodePoint,"var n = 0;\nfunction fcn() { n += 1; };\nbase.forEachCodePoint( 'hello world!', fcn );\nn\n"
base.forEachCodePointRight,"var n = 0;\nfunction fcn() { n += 1; };\nbase.forEachCodePointRight( 'hello world!', fcn );\nn\n"
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/code-blocks/data/data.json

Large diffs are not rendered by default.

Loading