Skip to content

Commit

Permalink
feat: add ndarray APIs and float32 constants to namespace
Browse files Browse the repository at this point in the history
---
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
---
  • Loading branch information
kgryte committed Dec 29, 2024
1 parent 13981c9 commit 7d8aba0
Show file tree
Hide file tree
Showing 28 changed files with 672 additions and 16 deletions.
29 changes: 29 additions & 0 deletions lib/node_modules/@stdlib/namespace/alias2pkg/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1663,17 +1663,36 @@ FLOAT16_SMALLEST_SUBNORMAL,"@stdlib/constants/float16/smallest-subnormal"
FLOAT16_SQRT_EPS,"@stdlib/constants/float16/sqrt-eps"
FLOAT32_ABS_MASK,"@stdlib/constants/float32/abs-mask"
FLOAT32_CBRT_EPS,"@stdlib/constants/float32/cbrt-eps"
FLOAT32_E,"@stdlib/constants/float32/e"
FLOAT32_EPS,"@stdlib/constants/float32/eps"
FLOAT32_EXPONENT_BIAS,"@stdlib/constants/float32/exponent-bias"
FLOAT32_EXPONENT_MASK,"@stdlib/constants/float32/exponent-mask"
FLOAT32_FOURTH_PI,"@stdlib/constants/float32/fourth-pi"
FLOAT32_HALF_LN_TWO,"@stdlib/constants/float32/half-ln-two"
FLOAT32_HALF_PI,"@stdlib/constants/float32/half-pi"
FLOAT32_LN_HALF,"@stdlib/constants/float32/ln-half"
FLOAT32_LN_PI,"@stdlib/constants/float32/ln-pi"
FLOAT32_LN_TEN,"@stdlib/constants/float32/ln-ten"
FLOAT32_LN_TWO,"@stdlib/constants/float32/ln-two"
FLOAT32_MAX,"@stdlib/constants/float32/max"
FLOAT32_MAX_BASE2_EXPONENT,"@stdlib/constants/float32/max-base2-exponent"
FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL,"@stdlib/constants/float32/max-base2-exponent-subnormal"
FLOAT32_MAX_BASE10_EXPONENT,"@stdlib/constants/float32/max-base10-exponent"
FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL,"@stdlib/constants/float32/max-base10-exponent-subnormal"
FLOAT32_MAX_SAFE_FIBONACCI,"@stdlib/constants/float32/max-safe-fibonacci"
FLOAT32_MAX_SAFE_INTEGER,"@stdlib/constants/float32/max-safe-integer"
FLOAT32_MAX_SAFE_NTH_FACTORIAL,"@stdlib/constants/float32/max-safe-nth-factorial"
FLOAT32_MAX_SAFE_NTH_FIBONACCI,"@stdlib/constants/float32/max-safe-nth-fibonacci"
FLOAT32_MAX_SAFE_NTH_LUCAS,"@stdlib/constants/float32/max-safe-nth-lucas"
FLOAT32_MIN_BASE2_EXPONENT,"@stdlib/constants/float32/min-base2-exponent"
FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL,"@stdlib/constants/float32/min-base2-exponent-subnormal"
FLOAT32_MIN_BASE10_EXPONENT,"@stdlib/constants/float32/min-base10-exponent"
FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL,"@stdlib/constants/float32/min-base10-exponent-subnormal"
FLOAT32_MIN_SAFE_INTEGER,"@stdlib/constants/float32/min-safe-integer"
FLOAT32_NAN,"@stdlib/constants/float32/nan"
FLOAT32_NINF,"@stdlib/constants/float32/ninf"
FLOAT32_NUM_BYTES,"@stdlib/constants/float32/num-bytes"
FLOAT32_PHI,"@stdlib/constants/float32/phi"
FLOAT32_PI,"@stdlib/constants/float32/pi"
FLOAT32_PINF,"@stdlib/constants/float32/pinf"
FLOAT32_PRECISION,"@stdlib/constants/float32/precision"
Expand All @@ -1682,6 +1701,13 @@ FLOAT32_SIGNIFICAND_MASK,"@stdlib/constants/float32/significand-mask"
FLOAT32_SMALLEST_NORMAL,"@stdlib/constants/float32/smallest-normal"
FLOAT32_SMALLEST_SUBNORMAL,"@stdlib/constants/float32/smallest-subnormal"
FLOAT32_SQRT_EPS,"@stdlib/constants/float32/sqrt-eps"
FLOAT32_SQRT_HALF,"@stdlib/constants/float32/sqrt-half"
FLOAT32_SQRT_HALF_PI,"@stdlib/constants/float32/sqrt-half-pi"
FLOAT32_SQRT_PHI,"@stdlib/constants/float32/sqrt-phi"
FLOAT32_SQRT_PI,"@stdlib/constants/float32/sqrt-pi"
FLOAT32_SQRT_THREE,"@stdlib/constants/float32/sqrt-three"
FLOAT32_SQRT_TWO,"@stdlib/constants/float32/sqrt-two"
FLOAT32_SQRT_TWO_PI,"@stdlib/constants/float32/sqrt-two-pi"
FLOAT32_TWO_PI,"@stdlib/constants/float32/two-pi"
Float32Array,"@stdlib/array/float32"
Float32ArrayFE,"@stdlib/array/fixed-endian-float32"
Expand Down Expand Up @@ -2541,6 +2567,7 @@ naryFunction,"@stdlib/utils/nary-function"
nativeClass,"@stdlib/utils/native-class"
ndarray,"@stdlib/ndarray/ctor"
ndarray2array,"@stdlib/ndarray/to-array"
ndarray2fancy,"@stdlib/ndarray/to-fancy"
ndarray2json,"@stdlib/ndarray/to-json"
ndarrayCastingModes,"@stdlib/ndarray/casting-modes"
ndarrayDataBuffer,"@stdlib/ndarray/data-buffer"
Expand Down Expand Up @@ -2568,7 +2595,9 @@ ndempty,"@stdlib/ndarray/empty"
ndemptyLike,"@stdlib/ndarray/empty-like"
ndfilter,"@stdlib/ndarray/filter"
ndfilterMap,"@stdlib/ndarray/filter-map"
ndforEach,"@stdlib/ndarray/for-each"
ndims,"@stdlib/ndarray/ndims"
ndindex,"@stdlib/ndarray/index"
nditer2arrayEach,"@stdlib/ndarray/iter/to-array-each"
nditerColumnEntries,"@stdlib/ndarray/iter/column-entries"
nditerColumns,"@stdlib/ndarray/iter/columns"
Expand Down

Large diffs are not rendered by default.

31 changes: 30 additions & 1 deletion lib/node_modules/@stdlib/namespace/alias2related/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1663,17 +1663,36 @@ FLOAT16_SMALLEST_SUBNORMAL,"FLOAT16_SMALLEST_NORMAL,FLOAT32_SMALLEST_SUBNORMAL,F
FLOAT16_SQRT_EPS,"FLOAT16_EPS,FLOAT32_SQRT_EPS,SQRT_EPS"
FLOAT32_ABS_MASK,"FLOAT32_EXPONENT_MASK,FLOAT32_SIGN_MASK,FLOAT32_SIGNIFICAND_MASK"
FLOAT32_CBRT_EPS,"FLOAT32_EPS,FLOAT32_SQRT_EPS,CBRT_EPS"
FLOAT32_E,"E"
FLOAT32_EPS,"EPS"
FLOAT32_EXPONENT_BIAS,"FLOAT16_EXPONENT_BIAS,FLOAT64_EXPONENT_BIAS"
FLOAT32_EXPONENT_MASK,"FLOAT32_SIGN_MASK,FLOAT32_SIGNIFICAND_MASK,FLOAT32_ABS_MASK"
FLOAT32_FOURTH_PI,"FLOAT32_HALF_PI,FLOAT32_PI,FLOAT32_TWO_PI"
FLOAT32_HALF_LN_TWO,"HALF_LN2"
FLOAT32_HALF_PI,"FLOAT32_FOURTH_PI,FLOAT32_PI,FLOAT32_TWO_PI"
FLOAT32_LN_HALF,"LN_HALF"
FLOAT32_LN_PI,"FLOAT32_PI,LN_PI"
FLOAT32_LN_TEN,"FLOAT32_LN_TWO,LN10"
FLOAT32_LN_TWO,"FLOAT32_LN_TEN,LN2"
FLOAT32_MAX,"FLOAT16_MAX,FLOAT64_MAX"
FLOAT32_MAX_BASE2_EXPONENT,"FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL,FLOAT64_MAX_BASE2_EXPONENT"
FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL,"FLOAT32_MAX_BASE2_EXPONENT,FLOAT64_MAX_BASE2_EXPONENT_SUBNORMAL"
FLOAT32_MAX_BASE10_EXPONENT,"FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL,FLOAT64_MAX_BASE10_EXPONENT"
FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL,"FLOAT32_MAX_BASE10_EXPONENT,FLOAT64_MAX_BASE10_EXPONENT_SUBNORMAL"
FLOAT32_MAX_SAFE_FIBONACCI,"FLOAT64_MAX_SAFE_FIBONACCI"
FLOAT32_MAX_SAFE_INTEGER,"FLOAT16_MAX_SAFE_INTEGER,FLOAT32_MIN_SAFE_INTEGER,FLOAT64_MAX_SAFE_INTEGER"
FLOAT32_MAX_SAFE_NTH_FACTORIAL,""
FLOAT32_MAX_SAFE_NTH_FIBONACCI,"FLOAT64_MAX_SAFE_NTH_FIBONACCI"
FLOAT32_MAX_SAFE_NTH_LUCAS,"FLOAT64_MAX_SAFE_NTH_LUCAS"
FLOAT32_MIN_BASE2_EXPONENT,"FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL,FLOAT64_MIN_BASE2_EXPONENT"
FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL,"FLOAT32_MIN_BASE2_EXPONENT,FLOAT64_MIN_BASE2_EXPONENT_SUBNORMAL"
FLOAT32_MIN_BASE10_EXPONENT,"FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL,FLOAT64_MIN_BASE10_EXPONENT"
FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL,"FLOAT32_MIN_BASE10_EXPONENT,FLOAT64_MIN_BASE10_EXPONENT_SUBNORMAL"
FLOAT32_MIN_SAFE_INTEGER,"FLOAT16_MIN_SAFE_INTEGER,FLOAT32_MAX_SAFE_INTEGER,FLOAT64_MIN_SAFE_INTEGER"
FLOAT32_NAN,"NAN"
FLOAT32_NINF,"FLOAT32_PINF,NINF"
FLOAT32_NUM_BYTES,"FLOAT16_NUM_BYTES,FLOAT64_NUM_BYTES"
FLOAT32_PHI,"PHI"
FLOAT32_PI,"FLOAT32_FOURTH_PI,FLOAT32_HALF_PI,FLOAT32_TWO_PI"
FLOAT32_PINF,"FLOAT32_NINF,PINF"
FLOAT32_PRECISION,"FLOAT16_PRECISION,FLOAT64_PRECISION"
Expand All @@ -1682,6 +1701,13 @@ FLOAT32_SIGNIFICAND_MASK,"FLOAT32_EXPONENT_MASK,FLOAT32_SIGN_MASK,FLOAT32_ABS_MA
FLOAT32_SMALLEST_NORMAL,"FLOAT32_SMALLEST_SUBNORMAL,FLOAT64_SMALLEST_NORMAL"
FLOAT32_SMALLEST_SUBNORMAL,"FLOAT32_SMALLEST_NORMAL,FLOAT64_SMALLEST_SUBNORMAL"
FLOAT32_SQRT_EPS,"FLOAT32_EPS,SQRT_EPS"
FLOAT32_SQRT_HALF,"SQRT_HALF"
FLOAT32_SQRT_HALF_PI,"SQRT_HALF_PI"
FLOAT32_SQRT_PHI,"SQRT_PHI"
FLOAT32_SQRT_PI,"FLOAT32_PI,SQRT_PI"
FLOAT32_SQRT_THREE,"FLOAT32_SQRT_TWO,SQRT_THREE"
FLOAT32_SQRT_TWO,"FLOAT32_SQRT_THREE,SQRT_TWO"
FLOAT32_SQRT_TWO_PI,"FLOAT32_PI,FLOAT32_TWO_PI,SQRT_TWO_PI"
FLOAT32_TWO_PI,"FLOAT32_FOURTH_PI,FLOAT32_HALF_PI,FLOAT32_PI"
Float32Array,"ArrayBuffer,Float64Array,Int16Array,Int32Array,Int8Array,Uint16Array,Uint32Array,Uint8Array,Uint8ClampedArray"
Float32ArrayFE,"Float64ArrayFE,Float32Array"
Expand Down Expand Up @@ -2541,6 +2567,7 @@ naryFunction,"maskArguments,pickArguments"
nativeClass,"constructorName,typeOf"
ndarray,"array,FancyArray"
ndarray2array,"array,ndarray,ndarray2json"
ndarray2fancy,"array2fancy,array,ndarray,FancyArray"
ndarray2json,"array,ndarray,ndarray2array"
ndarrayCastingModes,"array,ndarray"
ndarrayDataBuffer,"array,ndarray,ndarrayDataType"
Expand Down Expand Up @@ -2568,7 +2595,9 @@ ndempty,"ndemptyLike,ndzeros"
ndemptyLike,"ndempty,ndzerosLike"
ndfilter,"ndfilterMap,ndmap,ndreject,ndslice"
ndfilterMap,"ndfilter,ndmap,ndreject,ndslice"
ndforEach,"ndmap"
ndims,"array,ndarray,numel,ndarrayShape"
ndindex,"array,ndarray,FancyArray,ndslice,ndarray2fancy"
nditer2arrayEach,"ndarray,ndarray2array"
nditerColumnEntries,"nditerColumns,nditerEntries,nditerRowEntries,ndslice"
nditerColumns,"nditerColumnEntries,nditerRows,ndslice"
Expand All @@ -2583,7 +2612,7 @@ nditerSelectDimension,"nditerColumns,nditerMatrices,nditerRows,ndslice"
nditerStacks,"nditerColumns,nditerMatrices,nditerRows,nditerSubarrays,ndslice"
nditerSubarrays,"nditerColumns,nditerMatrices,nditerRows,nditerStacks,ndslice"
nditerValues,"ndarray,nditerEntries,nditerIndices"
ndmap,"ndfilter,ndfilterMap,ndslice"
ndmap,"ndfilter,ndfilterMap,ndforEach,ndslice"
ndreject,"ndfilter,ndfilterMap,ndmap,ndslice"
ndslice,"array,ndat,ndarray,ndsliceAssign,ndsliceDimension"
ndsliceAssign,"array,ndarray,ndslice"
Expand Down

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions lib/node_modules/@stdlib/namespace/alias2standalone/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1663,17 +1663,36 @@ FLOAT16_SMALLEST_SUBNORMAL,"@stdlib/constants-float16-smallest-subnormal"
FLOAT16_SQRT_EPS,"@stdlib/constants-float16-sqrt-eps"
FLOAT32_ABS_MASK,"@stdlib/constants-float32-abs-mask"
FLOAT32_CBRT_EPS,"@stdlib/constants-float32-cbrt-eps"
FLOAT32_E,"@stdlib/constants-float32-e"
FLOAT32_EPS,"@stdlib/constants-float32-eps"
FLOAT32_EXPONENT_BIAS,"@stdlib/constants-float32-exponent-bias"
FLOAT32_EXPONENT_MASK,"@stdlib/constants-float32-exponent-mask"
FLOAT32_FOURTH_PI,"@stdlib/constants-float32-fourth-pi"
FLOAT32_HALF_LN_TWO,"@stdlib/constants-float32-half-ln-two"
FLOAT32_HALF_PI,"@stdlib/constants-float32-half-pi"
FLOAT32_LN_HALF,"@stdlib/constants-float32-ln-half"
FLOAT32_LN_PI,"@stdlib/constants-float32-ln-pi"
FLOAT32_LN_TEN,"@stdlib/constants-float32-ln-ten"
FLOAT32_LN_TWO,"@stdlib/constants-float32-ln-two"
FLOAT32_MAX,"@stdlib/constants-float32-max"
FLOAT32_MAX_BASE2_EXPONENT,"@stdlib/constants-float32-max-base2-exponent"
FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL,"@stdlib/constants-float32-max-base2-exponent-subnormal"
FLOAT32_MAX_BASE10_EXPONENT,"@stdlib/constants-float32-max-base10-exponent"
FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL,"@stdlib/constants-float32-max-base10-exponent-subnormal"
FLOAT32_MAX_SAFE_FIBONACCI,"@stdlib/constants-float32-max-safe-fibonacci"
FLOAT32_MAX_SAFE_INTEGER,"@stdlib/constants-float32-max-safe-integer"
FLOAT32_MAX_SAFE_NTH_FACTORIAL,"@stdlib/constants-float32-max-safe-nth-factorial"
FLOAT32_MAX_SAFE_NTH_FIBONACCI,"@stdlib/constants-float32-max-safe-nth-fibonacci"
FLOAT32_MAX_SAFE_NTH_LUCAS,"@stdlib/constants-float32-max-safe-nth-lucas"
FLOAT32_MIN_BASE2_EXPONENT,"@stdlib/constants-float32-min-base2-exponent"
FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL,"@stdlib/constants-float32-min-base2-exponent-subnormal"
FLOAT32_MIN_BASE10_EXPONENT,"@stdlib/constants-float32-min-base10-exponent"
FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL,"@stdlib/constants-float32-min-base10-exponent-subnormal"
FLOAT32_MIN_SAFE_INTEGER,"@stdlib/constants-float32-min-safe-integer"
FLOAT32_NAN,"@stdlib/constants-float32-nan"
FLOAT32_NINF,"@stdlib/constants-float32-ninf"
FLOAT32_NUM_BYTES,"@stdlib/constants-float32-num-bytes"
FLOAT32_PHI,"@stdlib/constants-float32-phi"
FLOAT32_PI,"@stdlib/constants-float32-pi"
FLOAT32_PINF,"@stdlib/constants-float32-pinf"
FLOAT32_PRECISION,"@stdlib/constants-float32-precision"
Expand All @@ -1682,6 +1701,13 @@ FLOAT32_SIGNIFICAND_MASK,"@stdlib/constants-float32-significand-mask"
FLOAT32_SMALLEST_NORMAL,"@stdlib/constants-float32-smallest-normal"
FLOAT32_SMALLEST_SUBNORMAL,"@stdlib/constants-float32-smallest-subnormal"
FLOAT32_SQRT_EPS,"@stdlib/constants-float32-sqrt-eps"
FLOAT32_SQRT_HALF,"@stdlib/constants-float32-sqrt-half"
FLOAT32_SQRT_HALF_PI,"@stdlib/constants-float32-sqrt-half-pi"
FLOAT32_SQRT_PHI,"@stdlib/constants-float32-sqrt-phi"
FLOAT32_SQRT_PI,"@stdlib/constants-float32-sqrt-pi"
FLOAT32_SQRT_THREE,"@stdlib/constants-float32-sqrt-three"
FLOAT32_SQRT_TWO,"@stdlib/constants-float32-sqrt-two"
FLOAT32_SQRT_TWO_PI,"@stdlib/constants-float32-sqrt-two-pi"
FLOAT32_TWO_PI,"@stdlib/constants-float32-two-pi"
Float32Array,"@stdlib/array-float32"
Float32ArrayFE,"@stdlib/array-fixed-endian-float32"
Expand Down Expand Up @@ -2541,6 +2567,7 @@ naryFunction,"@stdlib/utils-nary-function"
nativeClass,"@stdlib/utils-native-class"
ndarray,"@stdlib/ndarray-ctor"
ndarray2array,"@stdlib/ndarray-to-array"
ndarray2fancy,"@stdlib/ndarray-to-fancy"
ndarray2json,"@stdlib/ndarray-to-json"
ndarrayCastingModes,"@stdlib/ndarray-casting-modes"
ndarrayDataBuffer,"@stdlib/ndarray-data-buffer"
Expand Down Expand Up @@ -2568,7 +2595,9 @@ ndempty,"@stdlib/ndarray-empty"
ndemptyLike,"@stdlib/ndarray-empty-like"
ndfilter,"@stdlib/ndarray-filter"
ndfilterMap,"@stdlib/ndarray-filter-map"
ndforEach,"@stdlib/ndarray-for-each"
ndims,"@stdlib/ndarray-ndims"
ndindex,"@stdlib/ndarray-index"
nditer2arrayEach,"@stdlib/ndarray-iter-to-array-each"
nditerColumnEntries,"@stdlib/ndarray-iter-column-entries"
nditerColumns,"@stdlib/ndarray-iter-columns"
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/namespace/aliases/data/data.json

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions lib/node_modules/@stdlib/namespace/aliases/data/data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1663,17 +1663,36 @@ FLOAT16_SMALLEST_SUBNORMAL
FLOAT16_SQRT_EPS
FLOAT32_ABS_MASK
FLOAT32_CBRT_EPS
FLOAT32_E
FLOAT32_EPS
FLOAT32_EXPONENT_BIAS
FLOAT32_EXPONENT_MASK
FLOAT32_FOURTH_PI
FLOAT32_HALF_LN_TWO
FLOAT32_HALF_PI
FLOAT32_LN_HALF
FLOAT32_LN_PI
FLOAT32_LN_TEN
FLOAT32_LN_TWO
FLOAT32_MAX
FLOAT32_MAX_BASE2_EXPONENT
FLOAT32_MAX_BASE2_EXPONENT_SUBNORMAL
FLOAT32_MAX_BASE10_EXPONENT
FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL
FLOAT32_MAX_SAFE_FIBONACCI
FLOAT32_MAX_SAFE_INTEGER
FLOAT32_MAX_SAFE_NTH_FACTORIAL
FLOAT32_MAX_SAFE_NTH_FIBONACCI
FLOAT32_MAX_SAFE_NTH_LUCAS
FLOAT32_MIN_BASE2_EXPONENT
FLOAT32_MIN_BASE2_EXPONENT_SUBNORMAL
FLOAT32_MIN_BASE10_EXPONENT
FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL
FLOAT32_MIN_SAFE_INTEGER
FLOAT32_NAN
FLOAT32_NINF
FLOAT32_NUM_BYTES
FLOAT32_PHI
FLOAT32_PI
FLOAT32_PINF
FLOAT32_PRECISION
Expand All @@ -1682,6 +1701,13 @@ FLOAT32_SIGNIFICAND_MASK
FLOAT32_SMALLEST_NORMAL
FLOAT32_SMALLEST_SUBNORMAL
FLOAT32_SQRT_EPS
FLOAT32_SQRT_HALF
FLOAT32_SQRT_HALF_PI
FLOAT32_SQRT_PHI
FLOAT32_SQRT_PI
FLOAT32_SQRT_THREE
FLOAT32_SQRT_TWO
FLOAT32_SQRT_TWO_PI
FLOAT32_TWO_PI
Float32Array
Float32ArrayFE
Expand Down Expand Up @@ -2541,6 +2567,7 @@ naryFunction
nativeClass
ndarray
ndarray2array
ndarray2fancy
ndarray2json
ndarrayCastingModes
ndarrayDataBuffer
Expand Down Expand Up @@ -2568,7 +2595,9 @@ ndempty
ndemptyLike
ndfilter
ndfilterMap
ndforEach
ndims
ndindex
nditer2arrayEach
nditerColumnEntries
nditerColumns
Expand Down
Loading

1 comment on commit 7d8aba0

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
constants/float32 $\color{green}522/522$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}522/522$
$\color{green}+100.00\%$
namespace/alias2pkg $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/alias2related $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/alias2standalone $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/aliases $\color{green}144/144$
$\color{green}+100.00\%$
$\color{green}14/14$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}144/144$
$\color{green}+100.00\%$
namespace $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/pkg2alias $\color{green}100/100$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}100/100$
$\color{green}+100.00\%$
namespace/pkg2related $\color{green}100/100$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}100/100$
$\color{green}+100.00\%$
namespace/pkg2standalone $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
namespace/standalone2pkg $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
ndarray/index $\color{green}1038/1038$
$\color{green}+100.00\%$
$\color{green}94/94$
$\color{green}+100.00\%$
$\color{green}17/17$
$\color{green}+100.00\%$
$\color{green}1038/1038$
$\color{green}+100.00\%$
ndarray $\color{green}573/573$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}573/573$
$\color{green}+100.00\%$
repl/code-blocks $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
repl/help $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
repl/info $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
repl/signature $\color{green}99/99$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}99/99$
$\color{green}+100.00\%$
repl/typed-signature $\color{green}99/99$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}99/99$
$\color{green}+100.00\%$
types $\color{green}107/107$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}107/107$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.