time-to-botec/js/node_modules/@stdlib/ndarray/safe-casts/lib/safe_casts.json
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

198 lines
2.8 KiB
JSON

{
"float64": {
"float64": 1,
"float32": 0,
"int32": 0,
"int16": 0,
"int8": 0,
"uint32": 0,
"uint16": 0,
"uint8": 0,
"uint8c": 0,
"complex128": 1,
"complex64": 0,
"binary": 0,
"generic": 1
},
"float32": {
"float64": 1,
"float32": 1,
"int32": 0,
"int16": 0,
"int8": 0,
"uint32": 0,
"uint16": 0,
"uint8": 0,
"uint8c": 0,
"complex128": 1,
"complex64": 1,
"binary": 0,
"generic": 1
},
"int32": {
"float64": 1,
"float32": 0,
"int32": 1,
"int16": 0,
"int8": 0,
"uint32": 0,
"uint16": 0,
"uint8": 0,
"uint8c": 0,
"complex128": 1,
"complex64": 0,
"binary": 0,
"generic": 1
},
"int16": {
"float64": 1,
"float32": 1,
"int32": 1,
"int16": 1,
"int8": 0,
"uint32": 0,
"uint16": 0,
"uint8": 0,
"uint8c": 0,
"complex128": 1,
"complex64": 1,
"binary": 0,
"generic": 1
},
"int8": {
"float64": 1,
"float32": 1,
"int32": 1,
"int16": 1,
"int8": 1,
"uint32": 0,
"uint16": 0,
"uint8": 0,
"uint8c": 0,
"complex128": 1,
"complex64": 1,
"binary": 0,
"generic": 1
},
"uint32": {
"float64": 1,
"float32": 0,
"int32": 0,
"int16": 0,
"int8": 0,
"uint32": 1,
"uint16": 0,
"uint8": 0,
"uint8c": 0,
"complex128": 1,
"complex64": 0,
"binary": 0,
"generic": 1
},
"uint16": {
"float64": 1,
"float32": 1,
"int32": 1,
"int16": 0,
"int8": 0,
"uint32": 1,
"uint16": 1,
"uint8": 0,
"uint8c": 0,
"complex128": 1,
"complex64": 1,
"binary": 0,
"generic": 1
},
"uint8": {
"float64": 1,
"float32": 1,
"int32": 1,
"int16": 1,
"int8": 0,
"uint32": 1,
"uint16": 1,
"uint8": 1,
"uint8c": 1,
"complex128": 1,
"complex64": 1,
"binary": 0,
"generic": 1
},
"uint8c": {
"float64": 1,
"float32": 1,
"int32": 1,
"int16": 1,
"int8": 0,
"uint32": 1,
"uint16": 1,
"uint8": 1,
"uint8c": 1,
"complex128": 1,
"complex64": 1,
"binary": 0,
"generic": 1
},
"complex128": {
"float64": 0,
"float32": 0,
"int32": 0,
"int16": 0,
"int8": 0,
"uint32": 0,
"uint16": 0,
"uint8": 0,
"uint8c": 0,
"complex128": 1,
"complex64": 0,
"binary": 0,
"generic": 1
},
"complex64": {
"float64": 0,
"float32": 0,
"int32": 0,
"int16": 0,
"int8": 0,
"uint32": 0,
"uint16": 0,
"uint8": 0,
"uint8c": 0,
"complex128": 1,
"complex64": 1,
"binary": 0,
"generic": 1
},
"generic": {
"float64": 0,
"float32": 0,
"int32": 0,
"int16": 0,
"int8": 0,
"uint32": 0,
"uint16": 0,
"uint8": 0,
"uint8c": 0,
"complex128": 0,
"complex64": 0,
"binary": 0,
"generic": 1
},
"binary": {
"float64": 0,
"float32": 0,
"int32": 0,
"int16": 0,
"int8": 0,
"uint32": 0,
"uint16": 0,
"uint8": 0,
"uint8c": 0,
"complex128": 0,
"complex64": 0,
"binary": 1,
"generic": 0
}
}