-
Running valgrind on decimal_arith gives:
```
==1482255== Conditional jump or move depends on uninitialised value(s)
==1482255== at 0x409179: decQuadFMA (decBasic.c:2080)
==1482255== by 0x4…
-
Debian 9, python 3.5.3, Django 1.10.7
````bash
python ./manage.py qinfo
Traceback (most recent call last):
File "./manage.py", line 10, in
execute_from_command_line(sys.argv)
File "…
-
Example:
```rust
let f = 1652185258.8058286;
let a: Decimal = f.to_string().parse().unwrap();
let b = Decimal::try_from(f).unwrap();
let c = Decimal::from_f64_retain(f).unwrap();
println!("try_f…
-
Currently you may do `=63` and or `=601` and it'll use the smallest integer that it can that's still in octets. So 63'd be a u8 and 601 a u16. In talking about hext with someone during an interview, t…
-
Some users ask to add a setting to control the number of decimals displayed for lat/lon as follows:
> Is it possible to control the precision of the lat/long precision display?
>
> For instance,…
-
I have tried to use J2EO on [elastic/elasticsearch](https://github.com/elastic/elasticsearch) repository, and it broke file [JdbcPreparedStatementTests.java](https://github.com/elastic/elasticsearch/b…
-
It would be nice if we could choose our own decimal separator in the settings, like we can also choose our own currency.
-
It seems that C23 will contain **native** support for *decimal* floating point number types. I think new languages (like Passerine) should also provide native support for *decimal* floating point as a…
-
Hi! Any way to make this work when doing `decimal.Decimal(Proxy)` e.g.
```
import decimal
import lazy_object_proxy
s = eval("decimal.Decimal(a)", {"decimal": decimal}, {"a": lazy_object_proxy.Pr…
-
Hi Timo!
First of all I would like to thank you for all your excellent work! I cannot imagine the number of hours you have spent on this.
I have a question regarding SetN2kDCBatStatus. BatteryCurre…