TickMathTest
Git Source - Generated with forge doc
Functions
getSqrtPriceAtTick
function getSqrtPriceAtTick(int24 tick) external pure returns (uint160);
getGasCostOfGetSqrtPriceAtTick
function getGasCostOfGetSqrtPriceAtTick(int24 tick) external view returns (uint256);
getTickAtSqrtPrice
function getTickAtSqrtPrice(uint160 sqrtPriceX96) external pure returns (int24);
getGasCostOfGetTickAtSqrtPrice
function getGasCostOfGetTickAtSqrtPrice(uint160 sqrtPriceX96) external view returns (uint256);