-
## What problem does this solve or what need does it fill?
As seen in #16091, floating point arithmetic can now be used in constant functions! This is a valuable API improvement, as it allows users t…
-
Is there a way to specifically disable the floating-point overflow checks?
I only want to ignore the following errors (and nothing else):
```sh
Failed Checks: NaN on multiplication
Failed Checks: …
-
### Description of the bug
Somehow weirdly PrusaSlicer does not do floating point arithmetic division, casting every part of any expression to lesser integer.
This is weird behaviour, because Prusa …
-
This issue is here to discuss decimal number arithmetic (floating/fixed point numbers) implementation.
Current implementation is whacky at best. It uses fixed point numbers and it has trouble with …
-
I noticed that in the QM x86 implementation, when converting the uint8_t value into the range [-8, 7], you're using -8.0, which forces the machine to use floating-point arithmetic. This can slow down …
-
Not sure if this is the same as #430.
```julia
using Unitful
using Unitful: kg, m, s, inch, minute, W, ft, rad
@unit hp "hp" HorsePower (74569987//100000)W false
x = 0.2450140015194046ft * …
-
I'm currently exploring implementing [Relational Floating-Point Arithmetic](https://www.cs.toronto.edu/~lczhang/sandre_float2021.pdf) on top of this module. Would this be welcome as an upstream contri…
-
I couldn't find `big.Float` in this library. Does GMP support floating point arithmetic?
-
We need to figure out how to deal with the inevitable rounding and arithmetic errors that come from using floats, doubles, etc. A couple of places where this is particularly important:
- Computing blo…
-
This is required by the AbstractAlgebra ring interface for inexact rings (see https://nemocas.github.io/AbstractAlgebra.jl/dev/ring_interface/#Approximation-(floating-point-and-ball-arithmetic-only))