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

Implement float parsing #12

Merged
merged 1 commit into from
Jan 28, 2024
Merged

Implement float parsing #12

merged 1 commit into from
Jan 28, 2024

Conversation

terrarier2111
Copy link
Contributor

Note that things like 1.2 when made to_string spit out incorrect results (like 1.199999999) but this seems to be an issue in the to_string impl as the same happens with from_f64(1.2)

@terrarier2111
Copy link
Contributor Author

@nadavrot done.

@nadavrot nadavrot merged commit 154526c into nadavrot:main Jan 28, 2024
6 of 8 checks passed
@nadavrot
Copy link
Owner

Thank you @terrarier2111 ; Job well done! I landed your code. Good job. I look forward to seeing more of your contributions.

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.

2 participants