Skip to content

Commit

Permalink
Update src/LogNormal/LogNormalMath.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
kinrezC authored Apr 2, 2024
1 parent b8361dd commit 447e6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogNormal/LogNormalMath.sol
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function computeHalfSigmaSquared(uint256 sigma) pure returns (uint256) {
* @param rx The reserve of x.
* @param S The price of X in Y, in WAD units.
* @param params LogNormParameters of the Log Normal distribution.
* @return L The reserve L
* @return L The liquidity given rx, S
*/
function computeLGivenX(
uint256 rx,
Expand Down

0 comments on commit 447e6a6

Please sign in to comment.