solidity-arithmetic icon indicating copy to clipboard operation
solidity-arithmetic copied to clipboard

A solidity library for performing arithmetic.

Results 1 solidity-arithmetic issues
Sort by recently updated
recently updated
newest added

for the function div256_128By256(uint a21, uint a0, uint b) public pure returns (uint q, uint r) If we we b=2^128, a0=0, a21=2^128 then the output is: q= 2^129 . I...