You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Add support to convert a float literal to its binary representation, effectively adding the types
f32
andf64
.Note that the float literal could be expressed with exponential notation as well.
The text was updated successfully, but these errors were encountered: