I have these operators +=, -= etc. in Math mode. LaTeX introduces space around single character operators. So I get + = and - = instead.
However, in my case I want no space between the + and the =, and similarly between the - and the = in the second operator.
How do I make them near each other such that there are is no horizontal space between them? I tried to put them in \mathit but it didn't have any effect.

\mathrel, like this:\mathrel{{+}{=}}' and\mathrel{{=}{+}}`.