We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Should float::from_str do the following conversions? "NaN" -> float::NaN "inf" -> float::infinity "-inf" -> float::neg_infinity
That'd match what float::to_str does (if my pull request #2164 is merged.)
If this sounds good I'll chuck a patch in.