java-semantics icon indicating copy to clipboard operation
java-semantics copied to clipboard

wrong representation of floating point numbers

Open rschumi0 opened this issue 5 years ago • 0 comments

K-Java seems to wrongly represent (negative) floating point numbers that are close to zero, it produces "-0e+00.0" instead of just "-0.0".

(Similarly infinity values are incorrectly represented, e.g., "-Infinity.0".)

rschumi0 avatar Oct 02 '20 11:10 rschumi0