Skip to content

Commit 7d8aba0

Browse files
committed
feat: add ndarray APIs and float32 constants to namespace
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: passed - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: passed - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: passed - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: passed ---
1 parent 13981c9 commit 7d8aba0

File tree

28 files changed

+672
-16
lines changed

28 files changed

+672
-16
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,17 +1663,36 @@ FLOAT16_SMALLEST_SUBNORMAL,"@stdlib/constants/float16/smallest-subnormal"
16631663
FLOAT16_SQRT_EPS,"@stdlib/constants/float16/sqrt-eps"
16641664
FLOAT32_ABS_MASK,"@stdlib/constants/float32/abs-mask"
16651665
FLOAT32_CBRT_EPS,"@stdlib/constants/float32/cbrt-eps"
1666+
FLOAT32_E,"@stdlib/constants/float32/e"
16661667
FLOAT32_EPS,"@stdlib/constants/float32/eps"
16671668
FLOAT32_EXPONENT_BIAS,"@stdlib/constants/float32/exponent-bias"
16681669
FLOAT32_EXPONENT_MASK,"@stdlib/constants/float32/exponent-mask"
16691670
FLOAT32_FOURTH_PI,"@stdlib/constants/float32/fourth-pi"
1671+
FLOAT32_HALF_LN_TWO,"@stdlib/constants/float32/half-ln-two"
16701672
FLOAT32_HALF_PI,"@stdlib/constants/float32/half-pi"
1673+
FLOAT32_LN_HALF,"@stdlib/constants/float32/ln-half"
1674+
FLOAT32_LN_PI,"@stdlib/constants/float32/ln-pi"
1675+
FLOAT32_LN_TEN,"@stdlib/constants/float32/ln-ten"
1676+
FLOAT32_LN_TWO,"@stdlib/constants/float32/ln-two"
16711677
FLOAT32_MAX,"@stdlib/constants/float32/max"
1678+
FLOAT32_MAX_BASE2_EXPONENT,"@stdlib/constants/float32/max-base2-exponent"
1679+
FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL,"@stdlib/constants/float32/max-base2-exponent-subnormal"
1680+
FLOAT32_MAX_BASE10_EXPONENT,"@stdlib/constants/float32/max-base10-exponent"
1681+
FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL,"@stdlib/constants/float32/max-base10-exponent-subnormal"
1682+
FLOAT32_MAX_SAFE_FIBONACCI,"@stdlib/constants/float32/max-safe-fibonacci"
16721683
FLOAT32_MAX_SAFE_INTEGER,"@stdlib/constants/float32/max-safe-integer"
1684+
FLOAT32_MAX_SAFE_NTH_FACTORIAL,"@stdlib/constants/float32/max-safe-nth-factorial"
1685+
FLOAT32_MAX_SAFE_NTH_FIBONACCI,"@stdlib/constants/float32/max-safe-nth-fibonacci"
1686+
FLOAT32_MAX_SAFE_NTH_LUCAS,"@stdlib/constants/float32/max-safe-nth-lucas"
1687+
FLOAT32_MIN_BASE2_EXPONENT,"@stdlib/constants/float32/min-base2-exponent"
1688+
FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL,"@stdlib/constants/float32/min-base2-exponent-subnormal"
1689+
FLOAT32_MIN_BASE10_EXPONENT,"@stdlib/constants/float32/min-base10-exponent"
1690+
FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL,"@stdlib/constants/float32/min-base10-exponent-subnormal"
16731691
FLOAT32_MIN_SAFE_INTEGER,"@stdlib/constants/float32/min-safe-integer"
16741692
FLOAT32_NAN,"@stdlib/constants/float32/nan"
16751693
FLOAT32_NINF,"@stdlib/constants/float32/ninf"
16761694
FLOAT32_NUM_BYTES,"@stdlib/constants/float32/num-bytes"
1695+
FLOAT32_PHI,"@stdlib/constants/float32/phi"
16771696
FLOAT32_PI,"@stdlib/constants/float32/pi"
16781697
FLOAT32_PINF,"@stdlib/constants/float32/pinf"
16791698
FLOAT32_PRECISION,"@stdlib/constants/float32/precision"
@@ -1682,6 +1701,13 @@ FLOAT32_SIGNIFICAND_MASK,"@stdlib/constants/float32/significand-mask"
16821701
FLOAT32_SMALLEST_NORMAL,"@stdlib/constants/float32/smallest-normal"
16831702
FLOAT32_SMALLEST_SUBNORMAL,"@stdlib/constants/float32/smallest-subnormal"
16841703
FLOAT32_SQRT_EPS,"@stdlib/constants/float32/sqrt-eps"
1704+
FLOAT32_SQRT_HALF,"@stdlib/constants/float32/sqrt-half"
1705+
FLOAT32_SQRT_HALF_PI,"@stdlib/constants/float32/sqrt-half-pi"
1706+
FLOAT32_SQRT_PHI,"@stdlib/constants/float32/sqrt-phi"
1707+
FLOAT32_SQRT_PI,"@stdlib/constants/float32/sqrt-pi"
1708+
FLOAT32_SQRT_THREE,"@stdlib/constants/float32/sqrt-three"
1709+
FLOAT32_SQRT_TWO,"@stdlib/constants/float32/sqrt-two"
1710+
FLOAT32_SQRT_TWO_PI,"@stdlib/constants/float32/sqrt-two-pi"
16851711
FLOAT32_TWO_PI,"@stdlib/constants/float32/two-pi"
16861712
Float32Array,"@stdlib/array/float32"
16871713
Float32ArrayFE,"@stdlib/array/fixed-endian-float32"
@@ -2541,6 +2567,7 @@ naryFunction,"@stdlib/utils/nary-function"
25412567
nativeClass,"@stdlib/utils/native-class"
25422568
ndarray,"@stdlib/ndarray/ctor"
25432569
ndarray2array,"@stdlib/ndarray/to-array"
2570+
ndarray2fancy,"@stdlib/ndarray/to-fancy"
25442571
ndarray2json,"@stdlib/ndarray/to-json"
25452572
ndarrayCastingModes,"@stdlib/ndarray/casting-modes"
25462573
ndarrayDataBuffer,"@stdlib/ndarray/data-buffer"
@@ -2568,7 +2595,9 @@ ndempty,"@stdlib/ndarray/empty"
25682595
ndemptyLike,"@stdlib/ndarray/empty-like"
25692596
ndfilter,"@stdlib/ndarray/filter"
25702597
ndfilterMap,"@stdlib/ndarray/filter-map"
2598+
ndforEach,"@stdlib/ndarray/for-each"
25712599
ndims,"@stdlib/ndarray/ndims"
2600+
ndindex,"@stdlib/ndarray/index"
25722601
nditer2arrayEach,"@stdlib/ndarray/iter/to-array-each"
25732602
nditerColumnEntries,"@stdlib/ndarray/iter/column-entries"
25742603
nditerColumns,"@stdlib/ndarray/iter/columns"

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

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

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

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,17 +1663,36 @@ FLOAT16_SMALLEST_SUBNORMAL,"FLOAT16_SMALLEST_NORMAL,FLOAT32_SMALLEST_SUBNORMAL,F
16631663
FLOAT16_SQRT_EPS,"FLOAT16_EPS,FLOAT32_SQRT_EPS,SQRT_EPS"
16641664
FLOAT32_ABS_MASK,"FLOAT32_EXPONENT_MASK,FLOAT32_SIGN_MASK,FLOAT32_SIGNIFICAND_MASK"
16651665
FLOAT32_CBRT_EPS,"FLOAT32_EPS,FLOAT32_SQRT_EPS,CBRT_EPS"
1666+
FLOAT32_E,"E"
16661667
FLOAT32_EPS,"EPS"
16671668
FLOAT32_EXPONENT_BIAS,"FLOAT16_EXPONENT_BIAS,FLOAT64_EXPONENT_BIAS"
16681669
FLOAT32_EXPONENT_MASK,"FLOAT32_SIGN_MASK,FLOAT32_SIGNIFICAND_MASK,FLOAT32_ABS_MASK"
16691670
FLOAT32_FOURTH_PI,"FLOAT32_HALF_PI,FLOAT32_PI,FLOAT32_TWO_PI"
1671+
FLOAT32_HALF_LN_TWO,"HALF_LN2"
16701672
FLOAT32_HALF_PI,"FLOAT32_FOURTH_PI,FLOAT32_PI,FLOAT32_TWO_PI"
1673+
FLOAT32_LN_HALF,"LN_HALF"
1674+
FLOAT32_LN_PI,"FLOAT32_PI,LN_PI"
1675+
FLOAT32_LN_TEN,"FLOAT32_LN_TWO,LN10"
1676+
FLOAT32_LN_TWO,"FLOAT32_LN_TEN,LN2"
16711677
FLOAT32_MAX,"FLOAT16_MAX,FLOAT64_MAX"
1678+
FLOAT32_MAX_BASE2_EXPONENT,"FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL,FLOAT64_MAX_BASE2_EXPONENT"
1679+
FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL,"FLOAT32_MAX_BASE2_EXPONENT,FLOAT64_MAX_BASE2_EXPONENT_SUBNORMAL"
1680+
FLOAT32_MAX_BASE10_EXPONENT,"FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL,FLOAT64_MAX_BASE10_EXPONENT"
1681+
FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL,"FLOAT32_MAX_BASE10_EXPONENT,FLOAT64_MAX_BASE10_EXPONENT_SUBNORMAL"
1682+
FLOAT32_MAX_SAFE_FIBONACCI,"FLOAT64_MAX_SAFE_FIBONACCI"
16721683
FLOAT32_MAX_SAFE_INTEGER,"FLOAT16_MAX_SAFE_INTEGER,FLOAT32_MIN_SAFE_INTEGER,FLOAT64_MAX_SAFE_INTEGER"
1684+
FLOAT32_MAX_SAFE_NTH_FACTORIAL,""
1685+
FLOAT32_MAX_SAFE_NTH_FIBONACCI,"FLOAT64_MAX_SAFE_NTH_FIBONACCI"
1686+
FLOAT32_MAX_SAFE_NTH_LUCAS,"FLOAT64_MAX_SAFE_NTH_LUCAS"
1687+
FLOAT32_MIN_BASE2_EXPONENT,"FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL,FLOAT64_MIN_BASE2_EXPONENT"
1688+
FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL,"FLOAT32_MIN_BASE2_EXPONENT,FLOAT64_MIN_BASE2_EXPONENT_SUBNORMAL"
1689+
FLOAT32_MIN_BASE10_EXPONENT,"FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL,FLOAT64_MIN_BASE10_EXPONENT"
1690+
FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL,"FLOAT32_MIN_BASE10_EXPONENT,FLOAT64_MIN_BASE10_EXPONENT_SUBNORMAL"
16731691
FLOAT32_MIN_SAFE_INTEGER,"FLOAT16_MIN_SAFE_INTEGER,FLOAT32_MAX_SAFE_INTEGER,FLOAT64_MIN_SAFE_INTEGER"
16741692
FLOAT32_NAN,"NAN"
16751693
FLOAT32_NINF,"FLOAT32_PINF,NINF"
16761694
FLOAT32_NUM_BYTES,"FLOAT16_NUM_BYTES,FLOAT64_NUM_BYTES"
1695+
FLOAT32_PHI,"PHI"
16771696
FLOAT32_PI,"FLOAT32_FOURTH_PI,FLOAT32_HALF_PI,FLOAT32_TWO_PI"
16781697
FLOAT32_PINF,"FLOAT32_NINF,PINF"
16791698
FLOAT32_PRECISION,"FLOAT16_PRECISION,FLOAT64_PRECISION"
@@ -1682,6 +1701,13 @@ FLOAT32_SIGNIFICAND_MASK,"FLOAT32_EXPONENT_MASK,FLOAT32_SIGN_MASK,FLOAT32_ABS_MA
16821701
FLOAT32_SMALLEST_NORMAL,"FLOAT32_SMALLEST_SUBNORMAL,FLOAT64_SMALLEST_NORMAL"
16831702
FLOAT32_SMALLEST_SUBNORMAL,"FLOAT32_SMALLEST_NORMAL,FLOAT64_SMALLEST_SUBNORMAL"
16841703
FLOAT32_SQRT_EPS,"FLOAT32_EPS,SQRT_EPS"
1704+
FLOAT32_SQRT_HALF,"SQRT_HALF"
1705+
FLOAT32_SQRT_HALF_PI,"SQRT_HALF_PI"
1706+
FLOAT32_SQRT_PHI,"SQRT_PHI"
1707+
FLOAT32_SQRT_PI,"FLOAT32_PI,SQRT_PI"
1708+
FLOAT32_SQRT_THREE,"FLOAT32_SQRT_TWO,SQRT_THREE"
1709+
FLOAT32_SQRT_TWO,"FLOAT32_SQRT_THREE,SQRT_TWO"
1710+
FLOAT32_SQRT_TWO_PI,"FLOAT32_PI,FLOAT32_TWO_PI,SQRT_TWO_PI"
16851711
FLOAT32_TWO_PI,"FLOAT32_FOURTH_PI,FLOAT32_HALF_PI,FLOAT32_PI"
16861712
Float32Array,"ArrayBuffer,Float64Array,Int16Array,Int32Array,Int8Array,Uint16Array,Uint32Array,Uint8Array,Uint8ClampedArray"
16871713
Float32ArrayFE,"Float64ArrayFE,Float32Array"
@@ -2541,6 +2567,7 @@ naryFunction,"maskArguments,pickArguments"
25412567
nativeClass,"constructorName,typeOf"
25422568
ndarray,"array,FancyArray"
25432569
ndarray2array,"array,ndarray,ndarray2json"
2570+
ndarray2fancy,"array2fancy,array,ndarray,FancyArray"
25442571
ndarray2json,"array,ndarray,ndarray2array"
25452572
ndarrayCastingModes,"array,ndarray"
25462573
ndarrayDataBuffer,"array,ndarray,ndarrayDataType"
@@ -2568,7 +2595,9 @@ ndempty,"ndemptyLike,ndzeros"
25682595
ndemptyLike,"ndempty,ndzerosLike"
25692596
ndfilter,"ndfilterMap,ndmap,ndreject,ndslice"
25702597
ndfilterMap,"ndfilter,ndmap,ndreject,ndslice"
2598+
ndforEach,"ndmap"
25712599
ndims,"array,ndarray,numel,ndarrayShape"
2600+
ndindex,"array,ndarray,FancyArray,ndslice,ndarray2fancy"
25722601
nditer2arrayEach,"ndarray,ndarray2array"
25732602
nditerColumnEntries,"nditerColumns,nditerEntries,nditerRowEntries,ndslice"
25742603
nditerColumns,"nditerColumnEntries,nditerRows,ndslice"
@@ -2583,7 +2612,7 @@ nditerSelectDimension,"nditerColumns,nditerMatrices,nditerRows,ndslice"
25832612
nditerStacks,"nditerColumns,nditerMatrices,nditerRows,nditerSubarrays,ndslice"
25842613
nditerSubarrays,"nditerColumns,nditerMatrices,nditerRows,nditerStacks,ndslice"
25852614
nditerValues,"ndarray,nditerEntries,nditerIndices"
2586-
ndmap,"ndfilter,ndfilterMap,ndslice"
2615+
ndmap,"ndfilter,ndfilterMap,ndforEach,ndslice"
25872616
ndreject,"ndfilter,ndfilterMap,ndmap,ndslice"
25882617
ndslice,"array,ndat,ndarray,ndsliceAssign,ndsliceDimension"
25892618
ndsliceAssign,"array,ndarray,ndslice"

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

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

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,17 +1663,36 @@ FLOAT16_SMALLEST_SUBNORMAL,"@stdlib/constants-float16-smallest-subnormal"
16631663
FLOAT16_SQRT_EPS,"@stdlib/constants-float16-sqrt-eps"
16641664
FLOAT32_ABS_MASK,"@stdlib/constants-float32-abs-mask"
16651665
FLOAT32_CBRT_EPS,"@stdlib/constants-float32-cbrt-eps"
1666+
FLOAT32_E,"@stdlib/constants-float32-e"
16661667
FLOAT32_EPS,"@stdlib/constants-float32-eps"
16671668
FLOAT32_EXPONENT_BIAS,"@stdlib/constants-float32-exponent-bias"
16681669
FLOAT32_EXPONENT_MASK,"@stdlib/constants-float32-exponent-mask"
16691670
FLOAT32_FOURTH_PI,"@stdlib/constants-float32-fourth-pi"
1671+
FLOAT32_HALF_LN_TWO,"@stdlib/constants-float32-half-ln-two"
16701672
FLOAT32_HALF_PI,"@stdlib/constants-float32-half-pi"
1673+
FLOAT32_LN_HALF,"@stdlib/constants-float32-ln-half"
1674+
FLOAT32_LN_PI,"@stdlib/constants-float32-ln-pi"
1675+
FLOAT32_LN_TEN,"@stdlib/constants-float32-ln-ten"
1676+
FLOAT32_LN_TWO,"@stdlib/constants-float32-ln-two"
16711677
FLOAT32_MAX,"@stdlib/constants-float32-max"
1678+
FLOAT32_MAX_BASE2_EXPONENT,"@stdlib/constants-float32-max-base2-exponent"
1679+
FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL,"@stdlib/constants-float32-max-base2-exponent-subnormal"
1680+
FLOAT32_MAX_BASE10_EXPONENT,"@stdlib/constants-float32-max-base10-exponent"
1681+
FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL,"@stdlib/constants-float32-max-base10-exponent-subnormal"
1682+
FLOAT32_MAX_SAFE_FIBONACCI,"@stdlib/constants-float32-max-safe-fibonacci"
16721683
FLOAT32_MAX_SAFE_INTEGER,"@stdlib/constants-float32-max-safe-integer"
1684+
FLOAT32_MAX_SAFE_NTH_FACTORIAL,"@stdlib/constants-float32-max-safe-nth-factorial"
1685+
FLOAT32_MAX_SAFE_NTH_FIBONACCI,"@stdlib/constants-float32-max-safe-nth-fibonacci"
1686+
FLOAT32_MAX_SAFE_NTH_LUCAS,"@stdlib/constants-float32-max-safe-nth-lucas"
1687+
FLOAT32_MIN_BASE2_EXPONENT,"@stdlib/constants-float32-min-base2-exponent"
1688+
FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL,"@stdlib/constants-float32-min-base2-exponent-subnormal"
1689+
FLOAT32_MIN_BASE10_EXPONENT,"@stdlib/constants-float32-min-base10-exponent"
1690+
FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL,"@stdlib/constants-float32-min-base10-exponent-subnormal"
16731691
FLOAT32_MIN_SAFE_INTEGER,"@stdlib/constants-float32-min-safe-integer"
16741692
FLOAT32_NAN,"@stdlib/constants-float32-nan"
16751693
FLOAT32_NINF,"@stdlib/constants-float32-ninf"
16761694
FLOAT32_NUM_BYTES,"@stdlib/constants-float32-num-bytes"
1695+
FLOAT32_PHI,"@stdlib/constants-float32-phi"
16771696
FLOAT32_PI,"@stdlib/constants-float32-pi"
16781697
FLOAT32_PINF,"@stdlib/constants-float32-pinf"
16791698
FLOAT32_PRECISION,"@stdlib/constants-float32-precision"
@@ -1682,6 +1701,13 @@ FLOAT32_SIGNIFICAND_MASK,"@stdlib/constants-float32-significand-mask"
16821701
FLOAT32_SMALLEST_NORMAL,"@stdlib/constants-float32-smallest-normal"
16831702
FLOAT32_SMALLEST_SUBNORMAL,"@stdlib/constants-float32-smallest-subnormal"
16841703
FLOAT32_SQRT_EPS,"@stdlib/constants-float32-sqrt-eps"
1704+
FLOAT32_SQRT_HALF,"@stdlib/constants-float32-sqrt-half"
1705+
FLOAT32_SQRT_HALF_PI,"@stdlib/constants-float32-sqrt-half-pi"
1706+
FLOAT32_SQRT_PHI,"@stdlib/constants-float32-sqrt-phi"
1707+
FLOAT32_SQRT_PI,"@stdlib/constants-float32-sqrt-pi"
1708+
FLOAT32_SQRT_THREE,"@stdlib/constants-float32-sqrt-three"
1709+
FLOAT32_SQRT_TWO,"@stdlib/constants-float32-sqrt-two"
1710+
FLOAT32_SQRT_TWO_PI,"@stdlib/constants-float32-sqrt-two-pi"
16851711
FLOAT32_TWO_PI,"@stdlib/constants-float32-two-pi"
16861712
Float32Array,"@stdlib/array-float32"
16871713
Float32ArrayFE,"@stdlib/array-fixed-endian-float32"
@@ -2541,6 +2567,7 @@ naryFunction,"@stdlib/utils-nary-function"
25412567
nativeClass,"@stdlib/utils-native-class"
25422568
ndarray,"@stdlib/ndarray-ctor"
25432569
ndarray2array,"@stdlib/ndarray-to-array"
2570+
ndarray2fancy,"@stdlib/ndarray-to-fancy"
25442571
ndarray2json,"@stdlib/ndarray-to-json"
25452572
ndarrayCastingModes,"@stdlib/ndarray-casting-modes"
25462573
ndarrayDataBuffer,"@stdlib/ndarray-data-buffer"
@@ -2568,7 +2595,9 @@ ndempty,"@stdlib/ndarray-empty"
25682595
ndemptyLike,"@stdlib/ndarray-empty-like"
25692596
ndfilter,"@stdlib/ndarray-filter"
25702597
ndfilterMap,"@stdlib/ndarray-filter-map"
2598+
ndforEach,"@stdlib/ndarray-for-each"
25712599
ndims,"@stdlib/ndarray-ndims"
2600+
ndindex,"@stdlib/ndarray-index"
25722601
nditer2arrayEach,"@stdlib/ndarray-iter-to-array-each"
25732602
nditerColumnEntries,"@stdlib/ndarray-iter-column-entries"
25742603
nditerColumns,"@stdlib/ndarray-iter-columns"

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/aliases/data/data.json

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

lib/node_modules/@stdlib/namespace/aliases/data/data.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,17 +1663,36 @@ FLOAT16_SMALLEST_SUBNORMAL
16631663
FLOAT16_SQRT_EPS
16641664
FLOAT32_ABS_MASK
16651665
FLOAT32_CBRT_EPS
1666+
FLOAT32_E
16661667
FLOAT32_EPS
16671668
FLOAT32_EXPONENT_BIAS
16681669
FLOAT32_EXPONENT_MASK
16691670
FLOAT32_FOURTH_PI
1671+
FLOAT32_HALF_LN_TWO
16701672
FLOAT32_HALF_PI
1673+
FLOAT32_LN_HALF
1674+
FLOAT32_LN_PI
1675+
FLOAT32_LN_TEN
1676+
FLOAT32_LN_TWO
16711677
FLOAT32_MAX
1678+
FLOAT32_MAX_BASE2_EXPONENT
1679+
FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL
1680+
FLOAT32_MAX_BASE10_EXPONENT
1681+
FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL
1682+
FLOAT32_MAX_SAFE_FIBONACCI
16721683
FLOAT32_MAX_SAFE_INTEGER
1684+
FLOAT32_MAX_SAFE_NTH_FACTORIAL
1685+
FLOAT32_MAX_SAFE_NTH_FIBONACCI
1686+
FLOAT32_MAX_SAFE_NTH_LUCAS
1687+
FLOAT32_MIN_BASE2_EXPONENT
1688+
FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL
1689+
FLOAT32_MIN_BASE10_EXPONENT
1690+
FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL
16731691
FLOAT32_MIN_SAFE_INTEGER
16741692
FLOAT32_NAN
16751693
FLOAT32_NINF
16761694
FLOAT32_NUM_BYTES
1695+
FLOAT32_PHI
16771696
FLOAT32_PI
16781697
FLOAT32_PINF
16791698
FLOAT32_PRECISION
@@ -1682,6 +1701,13 @@ FLOAT32_SIGNIFICAND_MASK
16821701
FLOAT32_SMALLEST_NORMAL
16831702
FLOAT32_SMALLEST_SUBNORMAL
16841703
FLOAT32_SQRT_EPS
1704+
FLOAT32_SQRT_HALF
1705+
FLOAT32_SQRT_HALF_PI
1706+
FLOAT32_SQRT_PHI
1707+
FLOAT32_SQRT_PI
1708+
FLOAT32_SQRT_THREE
1709+
FLOAT32_SQRT_TWO
1710+
FLOAT32_SQRT_TWO_PI
16851711
FLOAT32_TWO_PI
16861712
Float32Array
16871713
Float32ArrayFE
@@ -2541,6 +2567,7 @@ naryFunction
25412567
nativeClass
25422568
ndarray
25432569
ndarray2array
2570+
ndarray2fancy
25442571
ndarray2json
25452572
ndarrayCastingModes
25462573
ndarrayDataBuffer
@@ -2568,7 +2595,9 @@ ndempty
25682595
ndemptyLike
25692596
ndfilter
25702597
ndfilterMap
2598+
ndforEach
25712599
ndims
2600+
ndindex
25722601
nditer2arrayEach
25732602
nditerColumnEntries
25742603
nditerColumns

0 commit comments

Comments
 (0)