Skip to content

Java: in correct rounding to two digits #83

Open
@ulfjack

Description

@ulfjack

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-323 should be 9.9E-324
1.0E-322 should be 9.9E-323

Metadata

Metadata

Assignees

No one assigned

    Labels

    JavaAffects the Java implementation in src/main/java.bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions