[Tex/LaTex] How to get a symbol to behave like an infix operator

math-operators

For example, how can I get "x \overline{*} y" to parse like "x * y"? I know I can adjust the manual spacing using "\,", but is there a less superficial way?

Best Answer

$ x \mathbin{\overline{*} }y $