*** Formula: [0ia, 1_000_000_000_000_000_000_000_000_000_000ia, -1_000_000_000_000_000_000_000_000_000_000ia, 11111111111111111111111111]
*** Item DType: i
0
"1000000000000000000000000000000"
"-1000000000000000000000000000000"
"11111111111111111111111111"

*** Formula: Range(-3, 4)->(CastIA(-1 shl 53) + it)
*** Item DType: i
"-9007199254740995"
"-9007199254740994"
"-9007199254740993"
-9007199254740992
-9007199254740991
-9007199254740990
-9007199254740989

*** Formula: Range(-3, 4)->(CastIA(1 shl 53) + it)
*** Item DType: i
9007199254740989
9007199254740990
9007199254740991
9007199254740992
"9007199254740993"
"9007199254740994"
"9007199254740995"

*** Formula: [1ia, -1ia, null]
*** Item DType: i?
1
-1
null

*** Formula: [0i8, 0x7FFF_FFFF_FFFF_FFFF, 0x8000_0000_0000_0000i8]
*** Item DType: i8
0
"9223372036854775807"
"-9223372036854775808"

*** Formula: Range(-3, 4)->((-1 shl 53) + it)
*** Item DType: i8
"-9007199254740995"
"-9007199254740994"
"-9007199254740993"
-9007199254740992
-9007199254740991
-9007199254740990
-9007199254740989

*** Formula: Range(-3, 4)->((1 shl 53) + it)
*** Item DType: i8
9007199254740989
9007199254740990
9007199254740991
9007199254740992
"9007199254740993"
"9007199254740994"
"9007199254740995"

*** Formula: [1i8, -1i8, null]
*** Item DType: i8?
1
-1
null

*** Formula: [0u8, 0x8000_0000_0000_0000u8]
*** Item DType: u8
0
"9223372036854775808"

*** Formula: Range(-3, 4)->(CastU8((1u shl 53) + it))
*** Item DType: u8
9007199254740989
9007199254740990
9007199254740991
9007199254740992
"9007199254740993"
"9007199254740994"
"9007199254740995"

*** Formula: [1u8, null]
*** Item DType: u8?
1
null

