What symbol should I use if I want to indicate that I'm 'dropping', 'removing', 'dividing out' a factor from a value? If the factor I want to remove is x from v than afterwards I want v mod x != 0.
ie: let v = 180 = 2*2*3*3*5 I want to indicate v//2 = 45 = 3*3*5
What symbol would I replace // with to indicate this. (Note: // is my own personal notation)