Overflow Occurs When Converting math.MaxUint64
to Floating-Point Types
#2004
Labels
📦 🤖 gnovm
Issues or PRs gnovm related
math.MaxUint64
to Floating-Point Types
#2004
Description
When converting
math.MaxUint64
to float32 or float64 types, an overflow occurs. I think precision loss has occured during the type conversion (not sure). Note that, It works fine withmath.MaxUint32
Expected Output:
The text was updated successfully, but these errors were encountered: