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
Preserve integer-exact representation of numbers and allow conversion of floating point values to integers
This differentiates floating point values that are within the range of
exact integer correspondence and renders them as integers rather than
using the default java toString method which formats floating point
values in E-notation when the absolute value is at least 1e6.
The new formatting is used as the input string for the INTEGER and LONG
convert methods enabling conversion from floating point to integer
numbers.
0 commit comments