complex_t opMul_r(real x)
{
    return complex_t(x) * this;
}