M Mucman Diamond Member Oct 10, 1999 7,246 1 0 Sep 29, 2003 #1 The syntax of a formula in my text has me confused. log ( x ) ^2 Is that the same as log (x) * log(x) or is it log ( x^2 ) which is equal to 2 log (x)?
The syntax of a formula in my text has me confused. log ( x ) ^2 Is that the same as log (x) * log(x) or is it log ( x^2 ) which is equal to 2 log (x)?
R ryzmah Senior member Feb 17, 2003 474 0 0 Sep 29, 2003 #2 same as (log(x))*(log(x)) - not log(x*x).