enso/std-bits
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
..
aws/src/main/java/org/enso/aws Fix missing AWS region in S3 operations (#9546) 2024-03-27 12:00:15 +00:00
base/src/main/java/org/enso/base Make conversion of double to BigDecimal exact (#9740) 2024-04-25 11:22:50 +00:00
benchmarks/src/main/java/org/enso/benchmarks/libs Fix incremental compilation of runtime/test (#8975) 2024-02-13 10:05:31 +01:00
database/src/main/java/org/enso/database Snowflake Connectivity (#9435) 2024-03-20 10:06:12 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Update java formatter sbt plugin (#8543) 2023-12-15 14:45:23 +00:00
snowflake/src/main/java/org/enso/snowflake Data link for Snowflake. (#9514) 2024-03-21 17:06:56 +00:00
table/src/main Excel_Workbook.read_many (#9759) 2024-04-24 13:16:44 +00:00