-
Would be nice if Ascent could support 80-bit precision as
https://github.com/bluescarni/heyoka already does.
From https://arxiv.org/abs/2105.00800 :
"Although traditionally double
precision …
-
Revisiting this issue now that more people are getting M1 laptops...
It seems that it should be feasible to enable software-based extended precision using a `numpy` plugin such as https://github.co…
-
The RFC 5545 describes all the properties we have in icalendar.prop.
Please add a `__doc__` string documentation for all of them.
Examples:
- [vMonth](https://icalendar.readthedocs.io/en/late…
-
### The Feature
It would be great if I could activate extended resolution on each analog counter. My water meter has an obstacle on the second analog counter, but the third counter is fine. I would l…
-
## Feature
Standard uniform random variables underly many other random algorithms. For example, `choice` makes use of standard uniforms when sampling with non-uniform probabilities. `Generator.…
-
At the moment, the calculation of the hisq links in QUDA copies the approach taken in the MILC CPU code. Link unitarization requires the calculation of the inverse square root of the fattened link. Th…
-
OGC API Feature returns complex geometries destroyed with many geometry errors [Administrative boundaries MV: Offices](https://www.geodaten-mv.de/dienste/dvg_laiv_oga/ogcapi/collections/aemter/items?f…
-
There is the input:
```mma
Rationalize(878159.58,1*10^-12) - Rationalize(431874.32,1*10^-12) // N
```
That gives wrong result:
```mma
𝟦𝟦𝟨𝟤𝟪𝟧.𝟥
```
Expected result:
```
4462…
-
The PlutoSDR ADC defaults to 12 bits, which gets extended to 16 bits, wasting some USB bandwidth.
Would it be possible to add an 8-bit mode for applications where reduced precision is worth it for th…
-
Related to #4.
The current code uses single precision numbers. But even with arbitrary precision numbers, cumulative errors can be introduced when executing many calculation steps and using the out…