We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce65fb7 commit 025d32dCopy full SHA for 025d32d
1 file changed
lib/node_modules/@stdlib/strided/dtypes/docs/repl.txt
@@ -4,6 +4,9 @@
4
5
The output array contains the following data types:
6
7
+ - binary: binary.
8
+ - complex64: single-precision complex floating-point numbers.
9
+ - complex128: double-precision complex floating-point numbers.
10
- float32: single-precision floating-point numbers.
11
- float64: double-precision floating-point numbers.
12
- generic: values of any type.
@@ -13,6 +16,7 @@
13
16
- uint16: unsigned 16-bit integers.
14
17
- uint32: unsigned 32-bit integers.
15
18
- uint8: unsigned 8-bit integers.
19
+ - uint8c: unsigned clamped 8-bit integers.
20
21
Returns
22
-------
0 commit comments