-
With regards to the dbpedia-owl:populationTotal property, a number of resources have population counts that are too small by a factor of about 1000:
http://dbpedia.org/resource/Ciudad_Ayala,_Morelos …
domwi updated
2 years ago
-
### Description
```sql
create table t(a numeric);
insert into t values (1.8000), (1.346);
select round(a, 2) from t;
```
With PG execution this returns:
```
round
───────
1.80
1.35…
-
I would like to request that xen-calc adds the ability to convert numbers with decimal places into cents using the function:
`log(a/b)*1200/log(2)`
Currently xen-calc already works with ratios b…
-
Hi! Thanks for this excelent serializer!
Please add suport for big.Int and decimal.Big !
My main need is the following golang types
(biginteger,native) math/big.Int and (bigdecimal) githu…
-
I observed some strange decimal places on the player's balance in the database appearing from time to time. An example:
I configured my shop plugin "BossShopPro" to sell an item for 1.00$. It works…
-
Perhaps I'm missing something obvious but I can't get beyond two decimal points of precision on y-axis variables.
```
getSymbols("SPY", from = "2014-01-01")
mychart=dygraph(SPY$SPY.Open+0.0025)
mycha…
-
```
In Ubuntu, on a German computer.
Make a rectangle.
Press "Pocket"
Press "Py"
The script contains lines like
final_depth = float(-0,2)
but it should be
final_depth = float(-0.2)
It should be a…
-
```
In Ubuntu, on a German computer.
Make a rectangle.
Press "Pocket"
Press "Py"
The script contains lines like
final_depth = float(-0,2)
but it should be
final_depth = float(-0.2)
It should be a…
-
* **I'm submitting a ...**
* [x] bug report
* **What is the current behaviour?**
If using a decimal number with > 6 decimal places the output is converted to exponential.
For example:
```
ty…
-
Judging from what is seen when computing FWHM of the observed images, which is done with `imUtil.psf.fwhm_fromBank(Image, 'HalfSize',1000)`, the results show recurring values, hinting at a possible no…