Priority of logarithm

262 Views Asked by At

In an expression like the following one, which one of log or multiply does have priority? In other words, does it equal $\log(V\times V)$ or does it equal $\log(V)\times V$?

$\log V \times V$

1

There are 1 best solutions below

2
On

The expression in parenthesis always takes priority before multiplication, no matter the function you are working with.