Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
MazyGio committed Apr 26, 2024
1 parent dda1a06 commit 2378e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/hyperdrive-math/src/short/open.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ impl State {
/// if the variable rate stays the same.
///
/// To do this, we must adjust the variable rate $r_{adjusted}$ according to
/// the position duration and the variable yield source's compounding
/// intervals. The adjusted rate will be:
/// the position duration $t$ and the variable yield source's compounding
/// frequency $f$. The adjusted rate will be:
///
/// $$
/// r_{adjusted} = ((1 + r_{variable})^{1/f})^{t*f}-1
Expand Down

0 comments on commit 2378e6e

Please sign in to comment.