I moved and started taking classes at a new university. One term that has come up several times in class is the "foot of $X$" which has notation similar to a bracket but with the top bits cut off. (I'm not sure how to format this correctly.) I've never heard of the "foot" before and apparently it refers to the rounding down of a noninteger (ex: the foot of 5.384 is 5, 10.89 becomes 10, etc.).
Is the "foot" a common term that I just haven't encountered until now?
How do you format the notation in MathJax/Latex?
Is the opposite referred to as the "head"? How do you put in the symbols for that in Latex?
The usual terms in English are floor of $x$ for $\lfloor x\rfloor$ and ceiling of $x$ for $\lceil x\rceil$. You get them with
\lfloorand\rfloorfor $\lfloor$ and $\rfloor$, and with\lceiland\rceilfor $\lceil$ and $\rceil$. Like parentheses, they can be automatically sized to fit the contents using\leftand\right.