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
Roadmap says "There is general consensus that floating point literals are too long; 1.0f will likely become sugar for 1.0f32. This is purely a backwards-compatible change."
Not sure the details - I think we already have a f literal though for float.
The text was updated successfully, but these errors were encountered:
The fact that f already means float is a problem. I propose keeping the literals the way they are and inferring which float is meant, much as we do for integers.
Roadmap says "There is general consensus that floating point literals are too long; 1.0f will likely become sugar for 1.0f32. This is purely a backwards-compatible change."
Not sure the details - I think we already have a
f
literal though forfloat
.The text was updated successfully, but these errors were encountered: