Skip to content

Commit

Permalink
peep
Browse files Browse the repository at this point in the history
  • Loading branch information
0xknxwledge committed Jul 19, 2024
1 parent 29b2b4b commit c06a1a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DegeGauss.sol
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ library DegeGauss {

return FixedPointMathLib.divWadUp(WAD, WAD + expResult);
}

function cdf(int256 z, int256 mu, uint256 sigma) internal pure returns (uint256)
{
if
Expand Down

0 comments on commit c06a1a2

Please sign in to comment.