Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note Java's incompatibility with other specs
As noted in #87, the Java implementation doesn't match existing and upcoming specs for floating point output that require the shortest output. The implementation here attempts to follow Double.toString, which requires at least two digits of output.
- Loading branch information