-
The C standard says ([1](https://stackoverflow.com/questions/45926898/detect-overflow-when-converting-integral-to-floating-types), [2](https://wiki.sei.cmu.edu/confluence/display/c/FLP34-C.+Ensure+tha…
-
It looks like Heynote uses floating-point arithmetic to calculate equations with decimal numbers. Instead, it should probably use a library like [decimal.js](https://github.com/MikeMcl/decimal.js) in …
Flimm updated
2 months ago
-
The rounding issues that essentially led to creating the DECIMAL cql type would dictate such columns to be returned as strings, to let callers/users/clients to do the right thing. Otherwise, unexpecte…
-
The README throws around the word "exact". It discusses how 0.1 as a binary float is not actually 0.1 in memory. It states, "Statistically, most human-authored decimal numbers cannot be exactly repres…
-
I encountered an unexpected behavior when converting a string to a `float64` and then performing a multiplication operation. The result seems to have a precision issue.
**Steps to Reproduce:**
1…
-
Hello, our team specializes in floating-point program optimization and analysis. Herbgrind is an excellent job, and recently we have been trying to use it to detect errors in floating-point arithmetic…
-
Is it possible to add posit arithmetic to pyunum?
Based on 21 February 2017 Posit Arithmetic by John L. Gustafson -
posit arithmetic background -
[Beating Floating Point at its Own Game
](http:…
-
Current DFCIR/DFCxx type system doesn't fully support concepts like floating-point arithmetic, counters, memory access and many others. Its implementation is poorly implemented as well.
Further dis…
-
Hi @bakkot, thanks for this proposal!
When I was reading [the `Math.sumPrecise` proposal tweet](https://twitter.com/robpalmer2/status/1777772402472046684) from @robpalme, I somehow read into it tha…
-
# Describe the bug
`std::atomic::fetch_add` is supposed to always work, without undefined behavior. If you have floating-point exceptions unmasked, and `fetch_add` causes a floating-point exception,…