Due to odd circumstances, I need to present long division manually (in math mode). That is, without using a macro. Moreover, I cannot use \multicolumn or \cline. Normally, I would do:
\[
\begin{array}{cccc}
& 0. & 7 & 5 \\ \cline{2-4}
\multicolumn{1}{c|}{4} & 3. & 0 & 0 \\
& 2. & 8 & \\ \cline{2-3}
& & 2 & 0 \\
& & 2 & 0 \\ \cline{3-4}
& & & 0
\end{array}
\]
but is there a way to obtain similar results without \multicolumn or \cline? I'm also open to options using asymptote.
I'm not looking for a generator as they don't insert a 0 when the divisor does not go into the dividend. I'd like a manual way of doing this that looks half-way decent.

\multicolumnand\clineon the TeX side. Unfortunately, MathJax doesn't understand them. So what? This should go to a MathJax forum, because it isn't connected to TeX in any way. – egreg Dec 21 '13 at 10:56