as-bignum
as-bignum copied to clipboard
Fixed length big numbers for AssemblyScript 🚀
Current PR #7 (thanks @javiersuweijie) added naive reminder/division implementations which quite good works when numerator and denominator pretty close. So for future need to choose and implement more performant alghoritm...
- [ ] Benchmark suite. - [ ] Compare with Rust. - [ ] Compare with incoming javascript's **`BigInt`**.
## Description This pull request aims to introduce `div` and `mod` operations to the `u256` data type as part of Massa's ongoing smart contract development. These functionalities have been specifically...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...