-
Some storage systems Trino connects to have a way store a decimal of arbitrary precision.
In Java, this would correspond to `java.math.BigDecimal`.
Examples:
* PostgreSQL's `NUMERIC` (today it'…
-
For the score field for grade, having the inability to set the score limit is very limiting, considering how the score has a limit of 2dp, imagine scoring 66.6666 percent of a 30 mark test called "qui…
-
Should be able to recursively evaluate 60ths, seconds, thirds... nths.
-
Using fixed-precision integers in the runtime is a massive footgun, and requires audits for overflows and other bad behavior. Using arbitrary-precision integers avoids these problems. While there is…
-
GMP / MPFR exists but I believe I designed for linux
[libbf](https://bellard.org/libbf/) seems good and cross platform
-
I have written the code for this, but I think it should be added as a compile option rather than enabled by default
-
- [x] I have read [CONTRIBUTING.md](../../CONTRIBUTING.md).
- [x] I have checked that there is no existing PR/issue about my proposal.
## Summary
This is a proposal to replace `Double` litera…
-
This is a first draft to collect ideas. For posteriority, the decision (discussion) https://github.com/ziglang/zig/pull/15285#discussion_r1167228419.
Further necessary input is:
- 1. Do we want to s…
-
So following 3.7 Roadmap webinar,
now that ArangoDB will support json schema validation to control on what goes in,
it could also be used describe more complex data types and how to deal with the…
-
For any financial application it's really important to avoid rounding errors with floats/doubles.