1.0001^(tick/2) * 2^64 — the Q64.64 square root of the token_1/token_0
price at tick. Exact port of the on-chain get_sqrt_price_at_tick.
Parity with the on-chain port is enforced by shared reference vectors
asserted on both sides (test/testsV2/raydium_clmm/tickMathParity.test.ts
here, tick_math.rs unit tests on-chain), and was verified exhaustively
across all 887,273 valid ticks — re-runnable on demand via the env-gated
sweep in test/testsV2/raydium_clmm/tickMathSweep.test.ts.
1.0001^(tick/2) * 2^64— the Q64.64 square root of the token_1/token_0 price attick. Exact port of the on-chainget_sqrt_price_at_tick.Parity with the on-chain port is enforced by shared reference vectors asserted on both sides (
test/testsV2/raydium_clmm/tickMathParity.test.tshere,tick_math.rsunit tests on-chain), and was verified exhaustively across all 887,273 valid ticks — re-runnable on demand via the env-gated sweep intest/testsV2/raydium_clmm/tickMathSweep.test.ts.