Skip to content

Commit

Permalink
Fix katex
Browse files Browse the repository at this point in the history
  • Loading branch information
thuun committed Nov 12, 2023
1 parent 17ca3c7 commit 4a5a26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ${\displaystyle \pi =\sum _{k=0}^{\infty }\left[{\frac {1}{16^{k}}}\left({\frac

This gave rise to specializations in the formula optimized for computing ($s$, $b$, $m$, & $A$ are `integers`):

${\displaystyle P(s,b,m,A)=\sum _{k=0}^{\infty }\left[{\frac {1}{b^{k}}}\sum _{j=1}^{m}{\frac {a_{j}}{(mk+j)^{s}}}\right]}$
${\displaystyle P(s,b,m,A)=\sum _{k=0}^{\infty }\left[{\frac {1}{b^{k}}}\sum _{j=1}^{m}{\frac {a_{j}}{(mk+j)^{s}}}\right],}$

Likewise, a spigot algorithim was defined which retrieves the hexidecimal value at position $n$.

Expand Down

0 comments on commit 4a5a26f

Please sign in to comment.