I am writing equations in the equation manager (in a part file) and was wondering if there was a squared or cubed function? X^2 or X^3
Or do I have to do (X * X)?
I am writing equations in the equation manager (in a part file) and was wondering if there was a squared or cubed function? X^2 or X^3
Or do I have to do (X * X)?
I believe the available syntax is with the caret symbol "^" as you referred to above.
2^2 = 4
2^3 = 8
Daen