odd results using exponent notation in expressions
Writing an expression to control the scale of a layer.
I'm using variable t to represent a value between 0 and 1.
At t=0, the expression:
(1-t)^2
returns the number 3. The expected value is 1.
Meanhile, (1-t)*(1-t) returns the correct value of 1.
This makes me think I am denoting exponents incorrectly altogther-- that the carrot "^" is NOT how you represent "to the power of" in AE expressions.
Can someone explain what's going on here?
