-
For problem [Fractal Area](https://2024.bapc.eu/prelims/contest.pdf#page=13) of the BAPC preliminaries 2024, the version used on the 21st of September showed sample answers that were slightly too inex…
-
Voir #368 #364 #primitive
[![image](https://github.com/user-attachments/assets/5bcbd7d5-7a14-463c-8b2b-9862ffc63ce0)](https://www.youtube.com/shorts/s9F8pu5KfyM?t=26&feature=share)
-
Hi, Thanks for developing purge_dups. I'm trying to run it on a genome assembly that is relatively low coverage (~17x). We used ONT (with high accuracy base calling) and the assembly was done with sha…
-
Description:
I'm experiencing an unexpected floating-point precision issue when performing aggregations on a scaled_float field in Elasticsearch. I have defined a field with scaled_float type and a sc…
-
Reproducer:
```
double f() post(r: r
-
### 🐛 Describe the bug
```python
import torch
import torch.nn as nn
mm = nn. Linear (1024, 18432, bias=True).cuda().bfloat16()
aa = torch. rand(2, 1024). cuda().bfloat16()
out = mm(aa)
```
I …
-
Pharo v9 through v12 overstates the size of (-4 to: 4 by: 0.1)
**Bug description**
Since 0.1 is not exactly represented in FP, we should see only 80 elements in that interval. But, #size calculates …
-
I am running the following FASTA file
[fasta.zip](https://github.com/BioinformaticsToolsmith/Identity/files/12022172/fasta.zip)
Using `../meshclust -d file.fasta -o file.txt`
```
MeShClust 2.…
-
Are there any plans to add support for hexadecimal strings? While not as common as the decimal representation, I have a few use cases related to parsing languages which have hex floating-point literal…
-
# Make floating point arithmetic optional in the Pascal-P machine
## The current state
Currently all floating point operations are allowed.
## The desired result
In order to allow for smal…