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
To match F# terminology, the new function should be called FromFloat.
That function should only be used when the literal has <=15 significant figures and its exponent is within -300 to 300.
For values outside of this range, a FromFloatString should be added.
Currently you can define custom numeric types for integer values.
It would be nice to be able to handle floating point values too, e.g.
Original UserVoice Submission
The text was updated successfully, but these errors were encountered: