UintArrayOps
Functions
sum
Parameters
Name | Type | Description |
---|---|---|
| uint256[] |
signedDifference
Parameters
Name | Type | Description |
---|---|---|
| uint256[] | |
| uint256[] |
positiveDifference
given two int arrays a & b, returns an array c such that c[i] = a[i] - b[i], with negative values truncated to 0
Parameters
Name | Type | Description |
---|---|---|
| uint256[] | |
| uint256[] |
Last updated