You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let a =-1_000_000.stint(64)
let b =1_000_000.stint(64)
check:
whensizeof(int) ==8:
truncate(a*b, int64) ==-1_000_000_000_000'i64# need 40 bitstruncate(b*a, int64) ==-1_000_000_000_000'i64
The text was updated successfully, but these errors were encountered: