Skip to content

Commit 3045045

Browse files
committed
docs: update dtype list
--- 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: passed - task: lint_javascript_src status: na - 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 ---
1 parent c17a2b8 commit 3045045

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/ndarray/dtypes/docs

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/ndarray/dtypes/docs/repl.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
When not provided a data type "kind", the function returns an array
66
containing the following data types:
77

8+
- float16: half-precision floating-point numbers.
89
- float32: single-precision floating-point numbers.
910
- float64: double-precision floating-point numbers.
11+
- complex32: half-precision complex floating-point numbers.
1012
- complex64: single-precision complex floating-point numbers.
1113
- complex128: double-precision complex floating-point numbers.
1214
- bool: boolean values.

0 commit comments

Comments
 (0)