Skip to content

Commit 025d32d

Browse files
committed
Update list of dtypes
1 parent ce65fb7 commit 025d32d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/strided/dtypes/docs

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
The output array contains the following data types:
66

7+
- binary: binary.
8+
- complex64: single-precision complex floating-point numbers.
9+
- complex128: double-precision complex floating-point numbers.
710
- float32: single-precision floating-point numbers.
811
- float64: double-precision floating-point numbers.
912
- generic: values of any type.
@@ -13,6 +16,7 @@
1316
- uint16: unsigned 16-bit integers.
1417
- uint32: unsigned 32-bit integers.
1518
- uint8: unsigned 8-bit integers.
19+
- uint8c: unsigned clamped 8-bit integers.
1620

1721
Returns
1822
-------

0 commit comments

Comments
 (0)