issues
search
Yet-Zio
/
yetCalc
Yet another calculator designed and developed for Android
BSD 3-Clause "New" or "Revised" License
217
stars
17
forks
source link
Issue when value approaches Long's max value(9223372036854775807)
#15
Closed
Yet-Zio
closed
1 year ago
Yet-Zio
commented
1 year ago
Problems
When value is greater than 9223372036854775807, the result remains same but changes on some values
Expected
A greater value or scientific notation as result
Causes
Double losing precision
Possible Solution
Compare with the maximum value not represented with scientific notation(Double), found to be 9999999
Yet-Zio
commented
1 year ago
Issue fixed as of #17
Problems
Expected
Causes
Possible Solution