-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Condu…
-
**Describe the bug**
For some of our calculations, we must store the correct amount of trailing zeros to a float-value.
Is there a way to preserve trailing-zeros on float values?
**Expected beh…
-
-
Hi, when you have an unquoted string with leading zeros it removes zeros.
`{ "id": 00000111 } -> { "id": 111 }`
or
`{ "id": A00000111 } -> { "id": "A111" }`
I think it's related to Number conv…
-
using function:
https://github.com/marcbishara/i2cdevlib/blob/master/Arduino/MPU6050/MPU6050_9Axis_MotionApps41.h#L753
Returns 0,0,0 Is that an outstanding issue or am I doing something wrong in setu…
-
```python
>>> import mpmath
>>> mpmath.__version__
'1.0.0'
>>> from mpmath import *
>>> mp.dps = 100
>>> x = mpf("14.1347251417346937905")
>>> nzeros(x)
0
>>> im(zetazero(1)) < x
True
```
-
I tried to use `PoissonNoise` class with an image containing floats in [0, 1] in any of RGB channel. The problem is that I had a binary outputs (only zeros and ones in the channels of the noisy image)…
-
Prezado, o resultado de todas as consultas estão retornando sempre 0 "zero" = Não esta sendo possível verificar "nome do serviço" . Poderiramos verificar se ocorreram mudanças no site novamente ?
Ob…
-
If a cell contains something like "21.10", xlsx2csv interprets it as a number and truncates the zero. This is bad if the cell is intended to represent a version number or something like that.
These c…
bvds updated
10 years ago
-
When outputting CSV fields that are small numbers, the output can end up in scientific notation. This can confuse spreadsheet software.
![image](https://github.com/user-attachments/assets/3781f248-…
dandv updated
3 weeks ago