Skip to content

Print doubles as `%.17g`

Compare
Choose a tag to compare
@cdunn2001 cdunn2001 released this 06 Jan 19:01
· 1075 commits to master since this release

This corrects a long-standing problem with the round-trip double->string->double. Unfortunately, this change can break some existing round-trip tests. However, it will make round-trip tests more reliable in general.

See #98 and #109.

(For minor improvements, see the git history.)