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 8e907f0 commit 8df8042Copy full SHA for 8df8042
lib/node_modules/@stdlib/ndarray/next-dtype/lib/next_dtypes.json
@@ -1,16 +1,18 @@
1
{
2
- "float64": -1,
3
- "float32": "float64",
4
- "int32": -1,
5
- "int16": "int32",
6
- "int8": "int16",
7
- "uint32": -1,
8
- "uint16": "uint32",
9
- "uint8": "uint16",
10
- "uint8c": "uint16",
11
- "complex64": "complex128",
12
- "complex128": -1,
13
- "generic": -1,
14
- "binary": -1,
15
- "bool": -1
+ "float64": -1,
+ "float32": "float64",
+ "float16": "float32",
+ "int32": -1,
+ "int16": "int32",
+ "int8": "int16",
+ "uint32": -1,
+ "uint16": "uint32",
+ "uint8": "uint16",
+ "uint8c": "uint16",
+ "complex32": "complex64",
+ "complex64": "complex128",
+ "complex128": -1,
+ "generic": -1,
16
+ "binary": -1,
17
+ "bool": -1
18
}
0 commit comments