Skip to content

Commit

Permalink
chore(MathSpec.md): try fix github interpretation of latex
Browse files Browse the repository at this point in the history
  • Loading branch information
3esmit committed Nov 11, 2024
1 parent 5c884e7 commit ff516c6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/MathSpec.md
Original file line number Diff line number Diff line change
Expand Up @@ -805,9 +805,7 @@ Estimates the time an account set as locked time.

$$
\boxed{
\begin{equation}
\hat{\mathcal{f}}\tilde{t}_{lock}(mp_{\mathcal{M}}, a_{bal}) \approx \left\lceil \frac{(mp_{\mathcal{M}} - a_{bal}) \times 100 \times T_{YEAR}}{a_{bal} \times \mathtt{APY}}\right\rceil - T_{\text{YEAR}} \times M_{\text{MAX}}
\end{equation}
\hat{\mathcal{f}}\tilde{t}_{lock}(mp_{\mathcal{M}}, a_{bal}) \approx \left\lceil \frac{(mp_{\mathcal{M}} - a_{bal}) \times 100 \times T_{YEAR}}{a_{bal} \times \mathtt{APY}}\right\rceil - T_{\text{YEAR}} \times M_{\text{MAX}}
}
$$

Expand All @@ -827,8 +825,6 @@ Retrieves how much time lock can be increased for an account.

$$
\boxed{
\begin{equation}
t_{lock}^{rem}(a_{bal},mp_\mathcal{M}) \approx \frac{(\frac{a_{bal} \times \mathsf{MPY}_\mathit{abs}}{100} - mp_\mathcal{M})\times T_{YEAR}}{a_{bal}}
\end{equation}
t_{lock}^{rem}(a_{bal},mp_\mathcal{M}) \approx \frac{(\frac{a_{bal} \times \mathsf{MPY}_\mathit{abs}}{100} - mp_\mathcal{M})\times T_{YEAR}}{a_{bal}}
}
$$

0 comments on commit ff516c6

Please sign in to comment.