Closed elydpg closed 5 years ago
See this image
The least allowed negative integer is -99999999 (-10^8 + 1) while the greatest allowed positive integer 999999999 (10^9 - 1). In theory, the least allowed integer should be -10^9 + 1.
This is intentional; it's capped by the limit of characters of the EditTexts.
See this image
The least allowed negative integer is -99999999 (-10^8 + 1) while the greatest allowed positive integer 999999999 (10^9 - 1). In theory, the least allowed integer should be -10^9 + 1.