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

Support for 32bit and 64bit floats #180

Open
cristian-5 opened this issue Sep 9, 2023 · 1 comment
Open

Support for 32bit and 64bit floats #180

cristian-5 opened this issue Sep 9, 2023 · 1 comment

Comments

@cristian-5
Copy link

Add support to convert a float literal to its binary representation, effectively adding the types f32 and f64.
Note that the float literal could be expressed with exponential notation as well.

@chrisgbk
Copy link

This was discussed in #92 a while ago, with some goals and design considerations - namely, a desire not to lock users into IEEE-754 floating point numbers and support a mix of custom floating point and fixed point floating point numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants