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

add inf/-inf/NaN parsing to float::from_str #2205

Merged
merged 1 commit into from
Apr 14, 2012
Merged

add inf/-inf/NaN parsing to float::from_str #2205

merged 1 commit into from
Apr 14, 2012

Conversation

grahame
Copy link
Contributor

@grahame grahame commented Apr 14, 2012

add tests for "inf"/"-inf"/"NaN" conversion
add tests for "-0." -> -0., "0." -> 0.

This should fix #2165, except for the mantissa request which is covered as a different issue (#1433).

add tests for "inf"/"-inf"/"NaN" conversion
add tests for "-0." -> -0., "0." -> 0.
brson added a commit that referenced this pull request Apr 14, 2012
add inf/-inf/NaN parsing to float::from_str
@brson brson merged commit 4063802 into rust-lang:master Apr 14, 2012
@brson
Copy link
Contributor

brson commented Apr 14, 2012

Thanks!

celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
Co-authored-by: Remi Delmas <delmasrd@amazon.com>
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.

float::from_str and NaN/inf/-inf
2 participants