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
#14 allowed float32/64 to all integer types.
As far as I know the only other overflow I'm not supporting is float64 to float32.
So ToFloat32 could be added.
Everything can be stored into a float64, so no overflow, but I can add ToFloat64 that will do nothing else than casting to fooat64
So, ToFloat64 could be added
Originally posted by @ccoVeille in #14 (comment)
This issue is related to #7
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
#14 allowed float32/64 to all integer types.
As far as I know the only other overflow I'm not supporting is float64 to float32.
So ToFloat32 could be added.
Everything can be stored into a float64, so no overflow, but I can add ToFloat64 that will do nothing else than casting to fooat64
So, ToFloat64 could be added
Originally posted by @ccoVeille in #14 (comment)
This issue is related to #7
The text was updated successfully, but these errors were encountered: