MathML Rendering Test
Joyee Cheung
Testing block and inline MathML rendering. Geometric series, finite and infinite:
RMSE, where ei2=(yi-y^i)2 and capacity grows as 2N-1:
Some inline bitwise stuff:
- a⊕b⊕b=a
- x&(2k-1)≡x(mod2k)
- -x=¬x+1
- x<<k=x⋅2k
- x>>k=⌊x/2k⌋