From 21ac38b9a73c576869beb444d391699322b4f728 Mon Sep 17 00:00:00 2001 From: clemlak Date: Mon, 4 Mar 2024 15:10:04 +0400 Subject: [PATCH] chore: attempt to fix ConstantSum README on GitHub --- src/ConstantSum/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ConstantSum/README.md b/src/ConstantSum/README.md index 0bd2d04d..4b50677f 100644 --- a/src/ConstantSum/README.md +++ b/src/ConstantSum/README.md @@ -14,9 +14,7 @@ We mark reserves as: - $P \equiv \mathtt{price}$ The **trading function** is: -$$ -\boxed{\varphi(x,y,L;P) = \frac{x}{L} + \frac{y}{LP} -1} -$$ +$$\boxed{\varphi(x,y,L;P) = \frac{x}{L} + \frac{y}{LP} -1}$$ where $L$ is the **liquidity** of the pool. ## Price