Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

remove_liquidity

Fully qualified path: cairo_fp::f64::math::pool::remove_liquidity

fn remove_liquidity(
    lp_amount: Fixed, total_lp: Fixed, reserve_x: Fixed, reserve_y: Fixed,
) -> Option<(Fixed, Fixed)>