Skip to content

fix(print): fp-str formats with "R" so doubles read back equal - #37

Merged
skydread1 merged 1 commit into
maint-1.11.xfrom
fix/fp-str-round-trip
Sep 1, 2026
Merged

fix(print): fp-str formats with "R" so doubles read back equal#37
skydread1 merged 1 commit into
maint-1.11.xfrom
fix/fp-str-round-trip

Conversation

@skydread1

Copy link
Copy Markdown
Member

Closes #29

  • fp-str formats Double and Single with "R" and the invariant culture; it used (str x), and on .NET Framework and Mono the default format emits 15 significant digits, so most doubles lost their last digits through a pr-str/read-string round trip.

@skydread1 skydread1 self-assigned this Sep 1, 2026
@skydread1
skydread1 merged commit d9959cb into maint-1.11.x Sep 1, 2026
3 checks passed
@skydread1
skydread1 deleted the fix/fp-str-round-trip branch September 1, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doubles print with 15 significant digits on .NET Framework and Mono, so they do not read back

1 participant