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 9e43626 commit ddff844Copy full SHA for ddff844
lib/node_modules/@stdlib/array/next-dtype/lib/next_dtypes.json
@@ -1,15 +1,15 @@
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
- "generic": -1,
12
- "bool": -1,
+ "float64": -1,
+ "float32": "float64",
+ "int32": -1,
+ "int16": "int32",
+ "int8": "int16",
+ "uint32": -1,
+ "uint16": "uint32",
+ "uint8": "uint16",
+ "uint8c": "uint16",
+ "generic": -1,
+ "bool": -1,
13
"complex64": "complex128",
14
"complex128": -1
15
}
0 commit comments