-
Currently they're limited to 32-bit since that's all JS supports. They're supposed to be bigints.
-
A recent research has shown [significant precision improvement](https://blog.sigplan.org/2021/08/26/high-performance-correctly-rounded-math-libraries-for-32-bit-floating-point-representations/ ) for b…
-
This may or may not be difficult with the dom parser.
Future simdjson C releases may make this easier but this functionality might not be planned for arbitrary-precision *integers* (only floats) - …
-
**Overview**
I want generic extension methods with `this in T` parameter to compile.
**The spec** explicitly disallows this usage:
_"On the other hand `in` extension methods exist specifically t…
-
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…
-
## Bug report
Create a field with "type": "decimal" in Strapi.
It is represented as a `Float` Scalar in the GQL Schema.
https://github.com/strapi/strapi/blob/6a58621932ad3d83bf9d6928c1871e7906adc…
Szer updated
8 months ago
-
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 `…
drdo updated
2 months ago
-
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 …
-
While working on robustifying rust-geo-booleanops I came across something, which I'll leave here as a note -- maybe it can be useful to others.
One of the challenges of computing boolean ops on pol…
-
The arbitrary-precision aspect and the dynamic allocation of `BigDecimal` is often overkill for simple applications, where [`decimal32`, `decimal64`, and `decimal128`](https://en.wikipedia.org/wiki/De…