as-bignum icon indicating copy to clipboard operation
as-bignum copied to clipboard

Fixed length big numbers for AssemblyScript 🚀

Results 15 as-bignum issues
Sort by recently updated
recently updated
newest added

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...

enhancement
TODO

- [ ] Benchmark suite. - [ ] Compare with Rust. - [ ] Compare with incoming javascript's **`BigInt`**.

enhancement
help wanted
good first issue
tests
TODO

## 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...

dependency blocker