Recently I read an equation that was formated like the following one:
$f = \sin x y + \cos z$
Since $x$, $y$, and $z$ are different variables, and there are not brackets (), is $y$ inside the sin-operator or not? Does there exist some kind of rule for this?
Does it mean $f = \sin(x) y + \cos(z)$ or $f = \sin(x y) + \cos(z)$?