If one uses \left( and \right) to set functions an extra space is created between the function name and the brackets. How does one correctly set functions?
Here is an example:
\documentclass{article}
\begin{document}
Compare \[f(\frac{1}{2})\] and \[f\left(\frac{1}{2}\right)\].
\end{document}
Edit
Here is a (probably too easy) solution by using a negative space:
f\!\left(\frac{1}{2}\right)
