LiquidityMath
Functionsโ
addDeltaโ
function addDelta(
uint128 x,
int128 y
) internal pure returns (uint128 z)Name
Type
Description
Name
Type
Description
Last updated
function addDelta(
uint128 x,
int128 y
) internal pure returns (uint128 z)Add a signed liquidity delta to liquidity and revert if it overflows or underflows
Parameters:โ
x
uint128
The liquidity before change
y
int128
The delta by which liquidity should be changed
Return Values:โ
z
uint128
The liquidity delta
Last updated