Skip to content

Commit 1aed049

Browse files
committed
J32 test
1 parent ba922f3 commit 1aed049

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/g601.ijs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,12 +343,12 @@ assert. 4 -: type ". '_9223372036854775807'
343343
assert. 4 -: type ". '_9223372036854775808' NB. imin is int
344344
assert. 8 -: type ". '_9223372036854775809' NB. below imin stays float
345345

346+
assert. (= 4 c. 8 c. ]) _9223372036854775808 NB. IMIN can be converted to float and back
347+
assert. (= 4 c. 8 c. ]) 9223372036854774784 NB. IMAX rounds down
348+
assert. (~: 4 c. 8 c. ]) 9223372036854774785
346349
1
347350
)
348351

349-
(= 4 c. 8 c. ]) _9223372036854775808 NB. IMIN can be converted to float and back
350-
(= 4 c. 8 c. ]) 9223372036854774784 NB. IMAX rounds down
351-
(~: 4 c. 8 c. ]) 9223372036854774785
352352

353353

354354
((i. 0 0);,.3 4 0 5 6) -: __&".@>&.> '';'34 56'

0 commit comments

Comments
 (0)