-
I don't know if this request is out of scope for daff, but a really nice feature for a "scientific diff" would be to enable floating point support, perhaps with an appropriate CLI switch or function c…
-
### System Information
OpenCV version: 4.8.0. delphi
### Detailed description
Error positioning in qrcode.cpp,function name: getCosVectors
### Steps to reproduce
Running well when modi…
-
Currently this uses floats to perform arithmetic, which leads to unexpected evals over certain numerical intersections
This test currently passes, but most people's general conceptions would expect…
sitch updated
2 years ago
-
`visCompression.cpp` line 240, 268, 269, 286 compares `something == 0.`.
This should be `something
-
This is a task tracker for all issues related to floating point.
The following is a full list of all the bfloat16 operations we need to support organized by priority. In general if these can be gen…
-
Currently, hardware does not expose floating point exceptions (I'm using 'exception' here to refer to an invalid floating point operation, and not necessarily to a hardware trap).
Traps on floating…
-
Hello! First, thanks for the great unit testing library. I really enjoy seeing all my tests compile instantly and having such a pleasant library to work with.
I'd like to suggest some enhancements …
-
Use hexadecimal floating-point numerals for external optimization tools. Use `"%h"` in OCaml `printf` functions. OCaml >= 4.03 is required.
-
```
How can we define the right size of the floating point columns since we
must set the integer and the decimal parts? In MySQL Decimal(15,2) is
different of Decimal (15,8) but both have size 15.
…
-
```
float f = 1.0f / 16.0f;
float ff = 0.0625f;
double d = 1.0 / 16.0;
double dd = 0.0625;
extended x = 1.0 / 16.0;
extended xx = 0.0625;
```
float generates an invalid value. double and…