enso/distribution/lib/Standard/Base/0.0.0-dev
Jaroslav Tulach 0d495ffd97
Make conversion of double to BigDecimal exact (#9740)
Resolves #9607 by computing `Number.hash` by converting given number to `Float` first and then computing the hash. Also the conversion from `Float.to Decimal` is exact - done via `new BigDecimal(double)`. There is `Decimal.new` that handles the user-friendly conversion. However as a result `Decimal.from 2.1 != Decimal.new 2.1` - that's the only way to ensure consistency between hash code and conversions.
2024-04-25 11:22:50 +00:00
..
src Make conversion of double to BigDecimal exact (#9740) 2024-04-25 11:22:50 +00:00
THIRD-PARTY Update to GraalVM 24.0.0 (#9647) 2024-04-12 17:01:49 +00:00
package.yaml Add GROUP to functions (#7622) 2023-08-23 13:20:38 +00:00