-
``` ssh
$ npm install nsq.js --save
npm WARN package.json curlnode@1.0.0 No description
npm WARN package.json curlnode@1.0.0 No repository field.
npm WARN package.json curlnode@1.0.0 No README data
…
zanjs updated
7 years ago
-
We have `Base.GMP.MPZ.add!` and other very internal mutating arithmetic operations for `BigInt`s which are used internally within the `BigInt` implementation to implement faster versions of some opera…
-
The [Writing Documentation section in the README](https://github.com/pseudomuto/protoc-gen-doc?tab=readme-ov-file#writing-documentation) says:
> Messages, Fields, Services (and their methods), Enum…
-
The current division algorithm uses a [BIGNUM structure for 'current'](https://github.com/kokke/tiny-bignum-c/blob/e814d2b6b522ecaa67701453c492811a8adbc555/bn.c#L282) while its task can be completed w…
-
Trying to compile on a new installed Ubuntu 18.04 Server fails with lots of errors in bignum.h "error: cannot convert const CBigNum to const BIGNUM".
It looks like it is because of deprecated BIGNUM …
-
### Bug description
```
TS2322: Type '~lib/as-bignum/assembly/integer/u128/u128 | null' is not assignable to type '~lib/as-bignum/assembly/integer/u128/u128'.
:
278 │ return value === null…
-
Could make use of [CUB's "block-wide collective primitives"](https://nvlabs.github.io/cub/group___block_module.html).
-
4) Start the pool
node init.js
and get this errror
2017-08-27 14:41:41 [master] Pool fork 4 died, spawning replacement worker...
module.js:491
throw err;
^
Error: Cannot…
-
..\bignum.cc(9): fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory [C:\Program Files\nodejs\node_modules\homebridge-master\node_modules\bignum\build\bignum.vcxproj…
-
A bounty is offered for upstreaming optional LibGMP integration, where LibGMP is used increase the performance of the big integer maths that underly all uses of bignum including fractional numbers.
…