ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mathematics power function vi

I have not managed to find how to make a basic power calcul in LV (version 6.0. Through the "calcul box", the symbol "^" seems not be understood...

Does anybody have an idea ?
0 Kudos
Message 1 of 2
(2,821 Views)
The help for the Formula Node states that starting in LV6 ^ is now a bit-wise exclusive OR operator. The power operator is now **. Try:

y=x**k;

Lynn
Message 2 of 2
(2,821 Views)