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

Handle to float64 to float32 overflow #19

Closed
ccoVeille opened this issue Sep 8, 2024 · 0 comments · Fixed by #54
Closed

Handle to float64 to float32 overflow #19

ccoVeille opened this issue Sep 8, 2024 · 0 comments · Fixed by #54

Comments

@ccoVeille
Copy link
Owner

ccoVeille commented Sep 8, 2024

#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

@ccoVeille ccoVeille changed the title Handle to float32 overflow Handle to float64 to float32 overflow Sep 8, 2024
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 a pull request may close this issue.

1 participant