I'm currently taking Calculus I, so I'm new with mathematical notation. I always thought $x \bmod 3$ means the remainder when you divide $x$ by $3$. Am I wrong in thinking this is the remainder?
What is the difference between $x \pmod y$ and $\quad x \bmod y \quad$ in that sense?
\pmodstands for parenthesized mod, not all that difficult to remember either if you take in consideration that $\TeX$ is all about formatting :) Note that "remainder" and "modulus" often have a different meaning when negative values are considered. – Maarten Bodewes May 05 '19 at 13:49