-
```
the idea is to provide a Lua alternative to depending on a C bignum library for
getting/setting/printing bignums and big (16-18digit) decimals.
```
Original issue reported on code.google.com by…
-
Error compiling, bignum.h refers to BN_init, which is in bn.h (OpenSSL).
Trying to compile against OpenSSL version 1.0.1 14 Mar 2012 (Library: OpenSSL 1.0.2n 7 Dec 2017), still getting this error.…
-
```
@pytest.mark.parametrize("bigNum", [sys.maxsize + 1, -(sys.maxsize + 2)])
# @pytest.mark.xfail(sys.maxsize == 2**32, reason="")
def test_read_json_large_numbers(self, bigNum):
…
-
Prequel: #319. Our `Integer` implementation suffers from the same broken design.
It just occured to me that the serialization of `BigInt`s to typed arrays is quite straightforward, and vice versa. …
-
Hello, some of this warnings are outputed during the install process. They seem to be related to [nan](https://github.com/nodejs/nan/releases) functions.
```bash
$ npm install bignum
> bignum@0…
-
I'm using instructions: https://github.com/eXperiencePoints/XPCoin/blob/develop/doc/build-unix.txt
XPCoin fails to build on BigNum
```root@debian9:~/XPCoin/src# make -f makefile.unix -e PIE=1
g++…
-
compilation is failing on Ubuntu 20.04, the error messages are:
file included from /home/w/s2sphere/tests/s2-geometry/geometry/util/math/exactfloat/exactfloat.cc:3:
/home/w/s2sphere/tests/s2-geometr…
-
Here's the problem after pulling out some code from `expt` in `_num.scm`.
```
> (define (type-error-on-x)
(##fail-check-number 1 expt x y))
> (define (type-error-on-y)
(##fail-check-numbe…
-
from #7, splitting into separate issues
- Because `json.Unmarshal` unmarshals to `float64` and the entire standard library json package is unaware of `bit.Int`, `big.Float` in `math/big`, need to wri…
-
### Problem:
I tried to build `trunk` on windows-gnu toolchain using the `rustls` feature flag. This added the `aws-lc-sys` crate which tries to test the C compiler via `cmake`, but fails because t…