-
The README throws around the word "exact". It discusses how 0.1 as a binary float is not actually 0.1 in memory. It states, "Statistically, most human-authored decimal numbers cannot be exactly repres…
-
Numbers are currently just numbers as far as the user can tell (sort of, see below), which is nice. Internally, they are either integers or floats, and this leaks out a little bit. I think shielding u…
-
So- create a number field, set the type to decimal. Make a decimal. html 5 validation will object.
If the type = number? It's just not liking it.
Weirdly- a text field set to either number…
-
There's an issue in the "Set Camera Position -> Geo State" tab when trying to set the longitude and latitude if you are using a keyboard/region format that is using comma ( , ) instead of a dot ( . ) …
-
I have discovered a class of `f64` for which `format!("{}", f)` rounds ties up to 3, rather than down to 2 as expected. Formatting those same numbers with fixed precision correctly rounds ties to even…
-
Remove flooring on numbers on stocks
- When buying/selling, there should be a setting that can be ticked/unticked, which says whether the purchase and sale of a stock also includes decimals
-
Currently, an error occurs when zero arguments is passed to `Decimal.sum`.
```js
const decimals = []
Decimal.sum(...decimals) // Error occurs
```
Lodash's `_.sum` and Ramda's `R.sum` returns `0…
yassh updated
1 month ago
-
It sounds "harmless", and would be great for interoperability with hledger, if Ledger could accept trailing decimal marks with no decimal digits after them, as hledger (and ledger2beancount) do.
I…
-
Fraction for decimal answer
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Feature Description
### Description:
There are currently no issues with the existing functionality of pysnip…