Skip to content

Commit 6f28fe7

Browse files
Fix examples math (#468)
* remove mention of pgas * Revert "Merge branch 'main' of https://github.com/pyth-network/documentation" This reverts commit b2cc20f, reversing changes made to 20caa0e. * remove \frac{0}{0}
1 parent 64e0de6 commit 6f28fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/home/oracle-integrity-staking/reward-examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $$
2424
\text{Publisher Rewards} \quad{R^p_p} &= {r} \times min({S^p_p}, {C}_p) = 10\% \times 100 = 10 \\
2525
\text{Delegator Rewards} \quad{R^d_p} &= {R_p} - {R^p_p} = 10 - 10 = 0 \\
2626
\text{Effective Publisher APY} \quad{r^p_p} &= \frac{R^p_p}{S^p_p} = \frac{10}{100} = 10\% \\
27-
\text{Effective Delegator APY} \quad{r^d_p} &= \frac{R^d_p}{S^d_p} = \frac{0}{0} = 0\% \\
27+
\text{Effective Delegator APY} \quad{r^d_p} &= \frac{R^d_p}{S^d_p} = 0\% \\
2828
\end{aligned}
2929
$$
3030

0 commit comments

Comments
 (0)