We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17a2b8 commit 3045045Copy full SHA for 3045045
lib/node_modules/@stdlib/ndarray/dtypes/docs/repl.txt
@@ -5,8 +5,10 @@
5
When not provided a data type "kind", the function returns an array
6
containing the following data types:
7
8
+ - float16: half-precision floating-point numbers.
9
- float32: single-precision floating-point numbers.
10
- float64: double-precision floating-point numbers.
11
+ - complex32: half-precision complex floating-point numbers.
12
- complex64: single-precision complex floating-point numbers.
13
- complex128: double-precision complex floating-point numbers.
14
- bool: boolean values.
0 commit comments