-
The "bignum" tests don't appear to be testing much. Most of them are missing boundary tests, and tests on either side of the boundary.
For example, the test for "exclusiveMinimum" should include a …
-
Doesn't appear we handle bignums > 32bits correctly, and the code itself is uncommented, undocumented, and doesn't handle errors in any sane way.
-
- ~BigNum examples from [here](https://github.com/noir-lang/noir-bignum/tree/jz/update-readme-egs-hc/examples)~ (in sub-issues)
- ~Base64 examples from [here](https://github.com/noir-lang/noir_base64/…
jzaki updated
1 month ago
-
Because `M\ fixnum shift` calls `integer>fixnum`, we get weird behavior when shifting with `bignum`:
``` factor
IN: scratchpad 12 200 on-bits shift .
6
IN: scratchpad 12 200 on-bits neg shift .
24
`…
-
When I type in: npm install --save bignum
It gives me this error:
> bignum@0.13.0 install D:\torrent-client\node_modules\bignum
> prebuild-install || node-gyp rebuild
prebuild-install WARN ins…
-
I think the dependent package 'bignum' can be replaced with 'bignumber.js'.
-
`set foo[100000000] a`
It takes a long time, and you cannot control-C to make it stop. A bigger number causes a crash that suggests we also aren't checking malloc return value... or catching an exc…
floam updated
5 years ago
-
### Describe the feature
I would like to use Fractions which use BigNums as a its backend to get arbitrary-precision Fractions.
### Use Case
I am frustrated I do not have any pure V alternative to …
-
### Problem:
I am trying to cross-compile aws-iot-device-sdk-python-v2 which requires aws-crt-python. I am working on building a custom Linux distribution using Buildroot for aarch64. But during `m…
-
- [Accelerate](https://github.com/AccelerateHS/accelerate)
- [Accelerate-bignum](https://github.com/tmcdonell/accelerate-bignum)
- [Λ∘λ-accelerate](https://github.com/tmcdonell/Lol-accelerate)