-
When you introduce decimal numbers in Chartbuilder, it takes and visualize them as whole numbers. So, it is not possible right now to visualize decimal numbers. Hope it helps. Thanks!
-
```
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…
-
```
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…
-
By default, the excel2latex converter ignores the decimal truncation formatting in excel, instead including all decimal places (out to 20 or so). This is frequently undesirable in latex tables.
-
Hi, it's possible to view the temperature value with decimals?
Many thanks.
Paolo
-
- [ ] **Number of tokens**
Bitcoin $4,000 --> I care about 0.001 BTC
Maker $600 --> I care about 0.01 MKR
Livepeer $7 --> I care about 0.1 LPT
Dai $1 --> I care about 1 DAI
A…
-
## Description:
To ensuring correct decimal display usage the daemon has recently added checks inside the planter (added in #952) this should catch inadvertent user errors (if a user is using a tap…
-
Występuje problem:
- [X] z zasobem REST API / with a REST API resource
- [X] ze środowiskiem produkcyjnym / with the production environment
- [ ] ze środowiskiem testowym / with the test enviro…
-
Hello I am trying to update cart with the quantity in decimal points but it does not update it even not giving any response. Although it is working fine while adding item to cart.
Cart::add(array(
…