The editing help entry on LaTeX (at /editing-help#latex) states
LaTeX
Electrical Engineering uses MathJax to render LaTeX. You can use single dollar signs to delimit inline equations, and double dollars for blocks:
The *Gamma function* satisfying $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$ is via through the Euler integral $$ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. $$
This should read:
LaTeX
Electrical Engineering uses MathJax to render LaTeX. You can use escaped dollar signs to delimit inline equations, and double dollars for blocks:
The *Gamma function* satisfying \$\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N\$ is defined via the Euler integral $$ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. $$
A rendering wouldn't hurt, either:
LaTeX
Electrical Engineering uses MathJax to render LaTeX. You can use escaped dollar signs to delimit inline equations, and double dollars for blocks. The text:
The *Gamma function* satisfying \$\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N\$ is defined via the Euler integral $$ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. $$will render as:
The Gamma function satisfying \$\Gamma(n) = (n-1)!\quad\forall
n\in\mathbb N\$ is defined via the Euler integral$$ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. $$