05-10-2018 05:32 AM
Hello,
I am currently implementing some formulas and one requires the cube root of an integer, I have searched around and seen on other discussions that there is a way to do it through the
Arithmetic -> logarithmic palette but I do not have an option for logarithmic in my arithmetic palette.
Is there another way of cube rooting an integer or a way to fix the missing logarithmic option?
I am using LabVIEW 2017 32-bit.
Thanks!
Solved! Go to Solution.
05-10-2018 07:48 AM
Have you looked on the Mathematics Palette? In addition to all of the Log and Exponential functions, there is a Power and a Root function. The following returns the cube root pretty easily:
Bob Schor
05-10-2018 04:03 PM
Thank you so much, I don't know how I didnt see that there before!
05-11-2018 01:06 AM
On a side note, the cube root of an integer is typically not an integer, so you need to go orange anyway. Not quire sure why you are even mention integer inputs.
Can you tell us a little bit more about the "formulas"?
05-11-2018 02:26 AM
A more general suggestion is to use Quick Drop to find functions you you can't see them in the palettes.
Open the Block Diagram and press ctrl-spacebar to open the Quick Drop window, then search, for example, "root".
The fourth element in the result list is Y-th Root of X, which is the desired function. Select this function to drop it on the BD.