We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In many cases it is known that a value is not a special value (NaN, Infinity) so faster printing can be obtained by skipping the special value checks.
I suggest adding the functions formatNormalFloat and formatNormalDouble to Data.ByteString.Builder.RealFloat.
formatNormalFloat
formatNormalDouble
Data.ByteString.Builder.RealFloat
Let me know if this is something you would consider. If so, I will create a PR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In many cases it is known that a value is not a special value (NaN, Infinity) so faster printing can be obtained by skipping the special value checks.
I suggest adding the functions
formatNormalFloat
andformatNormalDouble
toData.ByteString.Builder.RealFloat
.Let me know if this is something you would consider. If so, I will create a PR.
The text was updated successfully, but these errors were encountered: