-
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…
-
**Article:** [Arbitrary-Precision Arithmetic](https://cp-algorithms.com/algebra/big-integer.html)
**Problem:**
Is using base 10^9 really better than using a base like 2^30? Seems like modulo and …
-
I was searching for big number (arbitrary precision arithmetic) support for Brl-Cad. I found at internet that Gmp library integration has been complete. Is it true? if yes, how can I choose unit syste…
-
I saw a reference to ["Arb: Efficient Arbitrary-Precision Midpoint-Radius Interval Arithmetic"](https://arxiv.org/abs/1611.02831) on [hackernews](https://news.ycombinator.com/item?id=26054520); it wou…
-
### Description
Hello CuPy team,
I’d like to request integration support for `mpmath `types (such as `mpmath.mpf`) in CuPy arrays. Currently, attempting to create a `cupy.array` with mpmath elements…
-
Currently, `svg` seems to be buggy due to not adequately handling floating point arithmetic. I see **three** possible solutions:
## 1. Accommodate the precision limits of floating point arithmetic
…
ghost updated
7 years ago
-
Hello,
I'm developing a project that necessitates seamless interaction between Python and C++, specifically for executing advanced arithmetic operations, including addition, subtraction, multiplica…
-
**Is your feature request related to a problem? Please describe.**
The following program from https://oeis.org/A000643 causes mathics to use over 10GB of RAM, and I end up having to kill it to avoid …
-
This is a primitive Property operation, defined by FIRRTL spec section 25.1.1. General folds for signed arbitrary precision integer arithmetic can be applied, but none were defined in the initial PR. …
-
**Update on this**, we did a more detailed design review and came up with a better solution, [Idea 3](#idea3) below. Benchmarks confirm this is just as fast as using the native `Nat` and `Int` functio…
dolio updated
2 months ago