Skip to content

Commit

Permalink
chore: extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Nov 18, 2024
1 parent 351eeeb commit 8e8a4ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l1-contracts/src/core/libraries/FeeMath.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ library FeeMath {
/**
* @notice An approximation of the exponential function: factor * e ** (numerator / denominator)
*
* The function is the same as used in EIP-4844
* https://github.com/ethereum/EIPs/blob/master/EIPS/eip-4844.md
*
* Approximated using a taylor series.
* For shorthand below, let `a = factor`, `x = numerator`, `d = denominator`
*
Expand Down

0 comments on commit 8e8a4ba

Please sign in to comment.