3 ms·
``` >>> x = [2*53, 2*53 + 2] >>> statistics.covariance(x, x) 4.0 >>> statistics.variance(x) 2 ``` python has plenty of bugs like these too. is this example
by postflopclarity 21d ago
```
>>> x = [2*53, 2*53 + 2]
>>> statistics.covariance(x, x)
4.0
>>> statistics.variance(x)
2
```
python has plenty of bugs like these too. is this example also "LLM slop" ? I think it's frankly delusional to somehow believe that these issues are unique to Julia.