04-12-2012 05:08 AM
Daft question. But how do you input the following into a formula node.
In excel i would type “=(2+7)^3” which would give 729
In my formula node I type something similar, “A=(2+7)^3”; but the answer is 10
All without quotes obviously.
Solved! Go to Solution.
04-12-2012 05:23 AM
Hi,
It should be written like this
A=(2+7)**3;
04-12-2012 05:25 AM
perfect thanks
04-12-2012 08:03 AM
LabVIEW Help -> Fundamentals -> Formulas and Equations -> How-To -> Precedence of Operators in Formula Nodes and Expression Nodes. Also found by searcing "formula node" in the index and then clicking on the "operators" subindex entry.