diff --git a/apps/site/pages/en/blog/uncategorized/mathml-rendering.mdx b/apps/site/pages/en/blog/uncategorized/mathml-rendering.mdx new file mode 100644 index 0000000000000..6ee599c229126 --- /dev/null +++ b/apps/site/pages/en/blog/uncategorized/mathml-rendering.mdx @@ -0,0 +1,127 @@ +--- +date: 2026-02-20T17:00:00.000Z +category: uncategorized +title: MathML Rendering Test +layout: blog-post +author: Joyee Cheung +--- + +Testing block and inline MathML rendering. Geometric series, finite and infinite: + + + + + + Sn + = + + + k=0 + n-1 + + rk + = + + 1-rn + 1-r + + , + + r + + 1 + + + + + S + = + + + k=0 + + rk + = + + 1 + 1-r + + , + + |r| + < + 1 + + + + + +RMSE, where ei2=(yi-y^i)2 and capacity grows as 2N-1: + + + + + + RMSE + = + + + 1 + N + + + + i=1 + + + + ( + yi + - + y^i + ) + + 2 + + + + + + + NRMSE + = + 100 + + + + 1 + N2 + + + + i,j + + + + ( + + ci,j-expected + expected + + ) + + 2 + + + + + + + +Some inline bitwise stuff: + +- abb=a +- x&(2k-1)x(mod2k) +- -x=¬x+1 +- x<<k=x2k +- x>>k=x/2k