-
It's really good to see that great AWK language is not death, and modern implementation is developed. My congratulation!
I used to use AWK a lot, especially to calculate some statistics like sum, m…
-
Right now the boxes can only be discrete integers, but it would be very useful for the algorithms to work using floats.
Edit: Nevermind, the moment I posted this I realized I could just use arbitra…
-
Yuka seems now to pass floating point values with non significant digits.
e.g. https://fr.openfoodfacts.org/api/v0/produit/2227153013512/terrine-de-campagne
carbohydrates: 2.9000000953674,
suga…
-
I'm working on updating my validator to consume the latest version of the test suite (after about 18 months; I usually aim for once per year but hey...), and hit issues with the multipleOf.json tests …
-
It's a little surprising to me that enabling `serde-arbitrary-precision` by itself does nothing
and requires `serde-float` to also be enabled.
Would you be open to changing this so that enabling `…
-
**Describe the bug**
_Native floating point_
Native CPU floating point operations are not suitable for a portable deterministic language because they can produce slightly different results on di…
-
Currently they're limited to 32-bit since that's all JS supports. They're supposed to be bigints.
-
Currently this only replicates floats but it would be cool if you could do vectors. Also, other data types like integers have a limit to the maximum value they can hold and so an arbitrary precision i…
-
Will likely impact performance so should be able to toggle this on/off.
Suggest using math/big: https://golang.org/pkg/math/big/
Test fractal params:
```
-ff=mandelbrot -z=100000000000000 …
-
Firstly, my thanks for the best clickhouse command line client out there. Its syntax highlighting, auto-completes and multi-line editing make things so much easier than the `clickhouse-client`.
One…