Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating point formatting #29

Open
wduquette opened this issue Jun 29, 2019 · 0 comments
Open

Floating point formatting #29

wduquette opened this issue Jun 29, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@wduquette
Copy link
Owner

Molt relies on Rust's default floating point string formatting (except for special handling for Inf, -Inf, and NaN); and Rust's default formatting isn't what we need. In particular, we need to be very sure that (A) the output is pleasant for humans to read and (B) will be parsed into exactly the same number. Tcl 8 has a detailed algorithm for this.

@wduquette wduquette added the bug Something isn't working label Jun 29, 2019
@wduquette wduquette self-assigned this Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant