LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

the function pow(x,y) doesnt work in a box calc???

calculations in labview 6i
0 Kudos
Message 1 of 3
(3,401 Views)
I'm not sure, but I think think the listing of that function is a mistake in 6.0 - it didn't exist in 5 and it doesn't exist in 6.1. The way to do exponentiation is to use the double asterisk - ** (z = x**y;)
Message 2 of 3
(3,401 Views)
Dennis This solution work correctly .
Thank you .
Pierre Cazenave (aebe)
0 Kudos
Message 3 of 3
(3,401 Views)