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
unitizer> -2147483648L
[1] -2147483648
unitizer> str(-2147483648)
num -2.15e+09
unitizer> str(-2147483648L)
num -2.15e+09
unitizer> str(-2147483678)
num -2.15e+09
unitizer> str(-21474836487L)
num -2.15e+10
unitizer> str(-2147483648L)
num -2.15e+09
unitizer> str(-2147483647L)
int -2147483647
unitizer> Q
| No changes recorded.
| unitizer unchanged.
Warning messages:
1: In parse(text = res) :
non-integer value 2147483648L qualified with L; using numeric value
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: