TestMathUtils
Methods
difference
function difference(uint256 a, uint256 b) external pure returns (uint256)
Parameters
Name
Type
Description
a
uint256
undefined
b
uint256
undefined
Returns
Name
Type
Description
_0
uint256
undefined
within1
function within1(uint256 a, uint256 b) external pure returns (bool)
Parameters
Name
Type
Description
a
uint256
undefined
b
uint256
undefined
Returns
Name
Type
Description
_0
bool
undefined
Last updated
Was this helpful?