-
Hi, I notice that the autotest floating point testing is biased towards large values. I tried the following example, against the libc printf.
```
#include
// #define PRINTF_ALIAS_STANDARD_FUNC…
-
We recently ran into a situation quite similar to the following (simplified) code:
```
import jax
def positive_branch(x):
# this function does not terminate for negative values
def body…
lumip updated
3 years ago
-
**fraction.Fraction**
In Sage 8.8 the code:
```
sage: from fractions import Fraction
sage: Fraction(1, 1)
```
raises the following error:
```
----------------------------------------------------…
-
Related to https://github.com/rust-num/num-bigint/issues/55
Should it be implemented on top of BigInts or some better approach is possible?
> Ratio will be trickier to deal with precision, becau…
-
JaCoCo reports wrong coverage rate due to loss of precision.
### Steps to reproduce
JaCoCo version: 0.7.7.201606060606
Operating system: Linux 4.4.0-21-generic #37-Ubuntu SMP x86_64 x86_64 x86_64 GNU…
-
### 🚀 The feature, motivation and pitch
The current implementation of [`torch.special.gammainc`](https://pytorch.org/docs/stable/special.html#torch.special.gammainc) only supports backward pass wit…
-
First of all, big fan of this class of hashes. Came across your work through Shadertoy and went way too far down the rabbithole trying to see if I could come up with a good adaption of this for 128-bi…
-
I am throwing `SyntaxError: Parenthesis )expected (char 102) ` when using math.eval, And I found that when calculating the same expression, the scope variable parameter is 'complex' when it is reporte…
-
Bug has apparently been present since Stella 3.9.3, and is still present in master!
ROM: [California Games (1987) (Epyx).zip](https://github.com/stella-emu/stella/files/7789606/California.Games.198…
-
> I’d love a verified optimal rational approximate routine if you feel like writing it (via continued fractions).
> See the best rational approximation section of https://en.m.wikipedia.org/wiki/Cont…