-
Notifications
You must be signed in to change notification settings - Fork 108
Java: in correct rounding to two digits #83
Copy link
Copy link
Open
Labels
JavaAffects the Java implementation in src/main/java.Affects the Java implementation in src/main/java.bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
JavaAffects the Java implementation in src/main/java.Affects the Java implementation in src/main/java.bugSomething isn't workingSomething isn't working
The Java implementation sometimes doesn't output the closest two-digit representation of a number, but instead rounds to one digit (correctly), and then appends a '0'.
Known examples:
1.0E-323should be9.9E-3241.0E-322should be9.9E-323