Skip to content

Commit 4ed3b5e

Browse files
Planeshifterstdlib-bot
authored andcommitted
docs: update REPL namespace documentation
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 691e774 commit 4ed3b5e

File tree

16 files changed

+43
-43
lines changed

16 files changed

+43
-43
lines changed

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,8 +1546,8 @@ complexPromotionRules,"@stdlib/complex-promotion-rules"
15461546
compose,"@stdlib/utils-compose"
15471547
composeAsync,"@stdlib/utils-async-compose"
15481548
configdir,"@stdlib/os-configdir"
1549-
conj,"@stdlib/complex-conj"
1550-
conjf,"@stdlib/complex-conjf"
1549+
conj,"@stdlib/complex-float64-conj"
1550+
conjf,"@stdlib/complex-float32-conj"
15511551
constantcase,"@stdlib/string-constantcase"
15521552
constantFunction,"@stdlib/utils-constant-function"
15531553
constantStream,"@stdlib/streams-node-from-constant"
@@ -1799,8 +1799,8 @@ ifelse,"@stdlib/utils-if-else"
17991799
ifelseAsync,"@stdlib/utils-async-if-else"
18001800
ifthen,"@stdlib/utils-if-then"
18011801
ifthenAsync,"@stdlib/utils-async-if-then"
1802-
imag,"@stdlib/complex-imag"
1803-
imagf,"@stdlib/complex-imagf"
1802+
imag,"@stdlib/complex-float64-imag"
1803+
imagf,"@stdlib/complex-float32-imag"
18041804
IMG_ACANTHUS_MOLLIS,"@stdlib/datasets-img-acanthus-mollis"
18051805
IMG_AIRPLANE_FROM_ABOVE,"@stdlib/datasets-img-airplane-from-above"
18061806
IMG_ALLIUM_OREOPHILUM,"@stdlib/datasets-img-allium-oreophilum"
@@ -2811,11 +2811,11 @@ readFile,"@stdlib/fs-read-file"
28112811
readFileList,"@stdlib/fs-read-file-list"
28122812
readJSON,"@stdlib/fs-read-json"
28132813
readWASM,"@stdlib/fs-read-wasm"
2814-
real,"@stdlib/complex-real"
2814+
real,"@stdlib/complex-float64-real"
28152815
realarray,"@stdlib/array-typed-real"
28162816
realarrayCtors,"@stdlib/array-typed-real-ctors"
28172817
realarrayDataTypes,"@stdlib/array-typed-real-dtypes"
2818-
realf,"@stdlib/complex-realf"
2818+
realf,"@stdlib/complex-float32-real"
28192819
realmax,"@stdlib/utils-real-max"
28202820
realmin,"@stdlib/utils-real-min"
28212821
reBasename,"@stdlib/regexp-basename"
@@ -2843,8 +2843,8 @@ reFilenameWindows,"@stdlib/regexp-filename-windows"
28432843
reFromString,"@stdlib/utils-regexp-from-string"
28442844
reFunctionName,"@stdlib/regexp-function-name"
28452845
regexp2json,"@stdlib/regexp-to-json"
2846-
reim,"@stdlib/complex-reim"
2847-
reimf,"@stdlib/complex-reimf"
2846+
reim,"@stdlib/complex-float64-reim"
2847+
reimf,"@stdlib/complex-float32-reim"
28482848
rejectArguments,"@stdlib/utils-reject-arguments"
28492849
removeFirst,"@stdlib/string-remove-first"
28502850
removeLast,"@stdlib/string-remove-last"

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,8 +1546,8 @@
15461546
"@stdlib/utils/compose","@stdlib/utils-compose"
15471547
"@stdlib/utils/async/compose","@stdlib/utils-async-compose"
15481548
"@stdlib/os/configdir","@stdlib/os-configdir"
1549-
"@stdlib/complex/float64/conj","@stdlib/complex-conj"
1550-
"@stdlib/complex/float32/conj","@stdlib/complex-conjf"
1549+
"@stdlib/complex/float64/conj","@stdlib/complex-float64-conj"
1550+
"@stdlib/complex/float32/conj","@stdlib/complex-float32-conj"
15511551
"@stdlib/string/constantcase","@stdlib/string-constantcase"
15521552
"@stdlib/utils/constant-function","@stdlib/utils-constant-function"
15531553
"@stdlib/streams/node/from-constant","@stdlib/streams-node-from-constant"
@@ -1799,8 +1799,8 @@
17991799
"@stdlib/utils/async/if-else","@stdlib/utils-async-if-else"
18001800
"@stdlib/utils/if-then","@stdlib/utils-if-then"
18011801
"@stdlib/utils/async/if-then","@stdlib/utils-async-if-then"
1802-
"@stdlib/complex/float64/imag","@stdlib/complex-imag"
1803-
"@stdlib/complex/float32/imag","@stdlib/complex-imagf"
1802+
"@stdlib/complex/float64/imag","@stdlib/complex-float64-imag"
1803+
"@stdlib/complex/float32/imag","@stdlib/complex-float32-imag"
18041804
"@stdlib/datasets/img-acanthus-mollis","@stdlib/datasets-img-acanthus-mollis"
18051805
"@stdlib/datasets/img-airplane-from-above","@stdlib/datasets-img-airplane-from-above"
18061806
"@stdlib/datasets/img-allium-oreophilum","@stdlib/datasets-img-allium-oreophilum"
@@ -2811,11 +2811,11 @@
28112811
"@stdlib/fs/read-file-list","@stdlib/fs-read-file-list"
28122812
"@stdlib/fs/read-json","@stdlib/fs-read-json"
28132813
"@stdlib/fs/read-wasm","@stdlib/fs-read-wasm"
2814-
"@stdlib/complex/float64/real","@stdlib/complex-real"
2814+
"@stdlib/complex/float64/real","@stdlib/complex-float64-real"
28152815
"@stdlib/array/typed-real","@stdlib/array-typed-real"
28162816
"@stdlib/array/typed-real-ctors","@stdlib/array-typed-real-ctors"
28172817
"@stdlib/array/typed-real-dtypes","@stdlib/array-typed-real-dtypes"
2818-
"@stdlib/complex/float32/real","@stdlib/complex-realf"
2818+
"@stdlib/complex/float32/real","@stdlib/complex-float32-real"
28192819
"@stdlib/utils/real-max","@stdlib/utils-real-max"
28202820
"@stdlib/utils/real-min","@stdlib/utils-real-min"
28212821
"@stdlib/regexp/basename","@stdlib/regexp-basename"
@@ -2843,8 +2843,8 @@
28432843
"@stdlib/utils/regexp-from-string","@stdlib/utils-regexp-from-string"
28442844
"@stdlib/regexp/function-name","@stdlib/regexp-function-name"
28452845
"@stdlib/regexp/to-json","@stdlib/regexp-to-json"
2846-
"@stdlib/complex/float64/reim","@stdlib/complex-reim"
2847-
"@stdlib/complex/float32/reim","@stdlib/complex-reimf"
2846+
"@stdlib/complex/float64/reim","@stdlib/complex-float64-reim"
2847+
"@stdlib/complex/float32/reim","@stdlib/complex-float32-reim"
28482848
"@stdlib/utils/reject-arguments","@stdlib/utils-reject-arguments"
28492849
"@stdlib/string/remove-first","@stdlib/string-remove-first"
28502850
"@stdlib/string/remove-last","@stdlib/string-remove-last"

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,8 +1546,8 @@
15461546
"@stdlib/utils-compose","@stdlib/utils/compose"
15471547
"@stdlib/utils-async-compose","@stdlib/utils/async/compose"
15481548
"@stdlib/os-configdir","@stdlib/os/configdir"
1549-
"@stdlib/complex-conj","@stdlib/complex/float64/conj"
1550-
"@stdlib/complex-conjf","@stdlib/complex/float32/conj"
1549+
"@stdlib/complex-float64-conj","@stdlib/complex/float64/conj"
1550+
"@stdlib/complex-float32-conj","@stdlib/complex/float32/conj"
15511551
"@stdlib/string-constantcase","@stdlib/string/constantcase"
15521552
"@stdlib/utils-constant-function","@stdlib/utils/constant-function"
15531553
"@stdlib/streams-node-from-constant","@stdlib/streams/node/from-constant"
@@ -1799,8 +1799,8 @@
17991799
"@stdlib/utils-async-if-else","@stdlib/utils/async/if-else"
18001800
"@stdlib/utils-if-then","@stdlib/utils/if-then"
18011801
"@stdlib/utils-async-if-then","@stdlib/utils/async/if-then"
1802-
"@stdlib/complex-imag","@stdlib/complex/float64/imag"
1803-
"@stdlib/complex-imagf","@stdlib/complex/float32/imag"
1802+
"@stdlib/complex-float64-imag","@stdlib/complex/float64/imag"
1803+
"@stdlib/complex-float32-imag","@stdlib/complex/float32/imag"
18041804
"@stdlib/datasets-img-acanthus-mollis","@stdlib/datasets/img-acanthus-mollis"
18051805
"@stdlib/datasets-img-airplane-from-above","@stdlib/datasets/img-airplane-from-above"
18061806
"@stdlib/datasets-img-allium-oreophilum","@stdlib/datasets/img-allium-oreophilum"
@@ -2811,11 +2811,11 @@
28112811
"@stdlib/fs-read-file-list","@stdlib/fs/read-file-list"
28122812
"@stdlib/fs-read-json","@stdlib/fs/read-json"
28132813
"@stdlib/fs-read-wasm","@stdlib/fs/read-wasm"
2814-
"@stdlib/complex-real","@stdlib/complex/float64/real"
2814+
"@stdlib/complex-float64-real","@stdlib/complex/float64/real"
28152815
"@stdlib/array-typed-real","@stdlib/array/typed-real"
28162816
"@stdlib/array-typed-real-ctors","@stdlib/array/typed-real-ctors"
28172817
"@stdlib/array-typed-real-dtypes","@stdlib/array/typed-real-dtypes"
2818-
"@stdlib/complex-realf","@stdlib/complex/float32/real"
2818+
"@stdlib/complex-float32-real","@stdlib/complex/float32/real"
28192819
"@stdlib/utils-real-max","@stdlib/utils/real-max"
28202820
"@stdlib/utils-real-min","@stdlib/utils/real-min"
28212821
"@stdlib/regexp-basename","@stdlib/regexp/basename"
@@ -2843,8 +2843,8 @@
28432843
"@stdlib/utils-regexp-from-string","@stdlib/utils/regexp-from-string"
28442844
"@stdlib/regexp-function-name","@stdlib/regexp/function-name"
28452845
"@stdlib/regexp-to-json","@stdlib/regexp/to-json"
2846-
"@stdlib/complex-reim","@stdlib/complex/float64/reim"
2847-
"@stdlib/complex-reimf","@stdlib/complex/float32/reim"
2846+
"@stdlib/complex-float64-reim","@stdlib/complex/float64/reim"
2847+
"@stdlib/complex-float32-reim","@stdlib/complex/float32/reim"
28482848
"@stdlib/utils-reject-arguments","@stdlib/utils/reject-arguments"
28492849
"@stdlib/string-remove-first","@stdlib/string/remove-first"
28502850
"@stdlib/string-remove-last","@stdlib/string/remove-last"

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/code-blocks/data/data.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ base.capitalize,"var out = base.capitalize( 'beep' )\nout = base.capitalize( 'Bo
222222
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"
223223
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"
224224
base.cceil,"var v = base.cceil( new Complex128( -1.5, 2.5 ) )\nvar re = real( v )\nvar im = imag( v )\n"
225-
base.cceilf,"var v = base.cceilf( new Complex64( -1.5, 2.5 ) )\nvar re = real( v )\nvar im = imag( v )\n"
225+
base.cceilf,"var v = base.cceilf( new Complex64( -1.5, 2.5 ) )\nvar re = realf( v )\nvar im = imagf( v )\n"
226226
base.cceiln,"var out = base.cceiln( new Complex128( 5.555, -3.333 ), -2 )\nvar re = real( out )\nvar im = imag( out )\n"
227227
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"
228228
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"
@@ -235,11 +235,11 @@ base.ceiln,"var y = base.ceiln( 3.14159, -2 )\ny = base.ceiln( 3.14159, 0 )\ny =
235235
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"
236236
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"
237237
base.cflipsign,"var v = base.cflipsign( new Complex128( -4.2, 5.5 ), -9.0 )\nvar re = real( v )\nvar im = imag( v )\n"
238-
base.cflipsignf,"var v = base.cflipsignf( new Complex64( -4.0, 5.0 ), -9.0 )\nvar re = real( v )\nvar im = imag( v )\n"
238+
base.cflipsignf,"var v = base.cflipsignf( new Complex64( -4.0, 5.0 ), -9.0 )\nvar re = realf( v )\nvar im = imagf( v )\n"
239239
base.cfloor,"var v = base.cfloor( new Complex128( 5.5, 3.3 ) )\nvar re = real( v )\nvar im = imag( v )\n"
240240
base.cfloorn,"var v = base.cfloorn( new Complex128( 5.555, -3.333 ), -2 )\nvar re = real( v )\nvar im = imag( v )\n"
241241
base.cidentity,"var v = base.cidentity( new Complex128( -1.0, 2.0 ) )\nvar re = real( v )\nvar img = imag( v )\n"
242-
base.cidentityf,"var v = base.cidentityf( new Complex64( -1.0, 2.0 ) )\nvar re = real( v )\nvar img = imag( v )\n"
242+
base.cidentityf,"var v = base.cidentityf( new Complex64( -1.0, 2.0 ) )\nvar re = realf( v )\nvar img = imagf( v )\n"
243243
base.cinv,"var v = base.cinv( new Complex128( 2.0, 4.0 ) )\nvar re = real( v )\nvar im = imag( v )\n"
244244
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"
245245
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"
@@ -988,7 +988,7 @@ base.floor10,"var y = base.floor10( 3.14 )\ny = base.floor10( -4.2 )\ny = base.f
988988
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"
989989
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"
990990
base.floorn,"var y = base.floorn( 3.14159, -4 )\ny = base.floorn( 3.14159, 0 )\ny = base.floorn( 12368.0, 3 )\n"
991-
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"
991+
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"
992992
base.forEachChar,"var n = 0;\nfunction fcn() { n += 1; };\nbase.forEachChar( 'hello world!', fcn );\nn\n"
993993
base.forEachCodePoint,"var n = 0;\nfunction fcn() { n += 1; };\nbase.forEachCodePoint( 'hello world!', fcn );\nn\n"
994994
base.forEachCodePointRight,"var n = 0;\nfunction fcn() { n += 1; };\nbase.forEachCodePointRight( 'hello world!', fcn );\nn\n"

lib/node_modules/@stdlib/repl/code-blocks/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)