
01-10-2006, 07:17 AM
|
|
Former Classic Staff
|
 |
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
|
|
Operator Precedence
|
I'm makeing a jump function, and this precedence of operators is really screwing me up.
2*(dy-v*t)/t^2 != 2*(dy-v*t)/(t^2)
Shouldn'y the ^ operator have a higher precedence than all of the other operators? |
|
|
|