I'm in desperate need of a more elegant way of expressing complex number arithmetic in JavaScript.
The most elegant syntax I can muster is a.op(b) and it's basically impossible to read. This would be so much easier if I could overload the arithmetic operators.