03-02-2006 11:12 AM
03-02-2006 11:16 AM - edited 03-02-2006 11:16 AM
Message Edited by Robst on 03-02-2006 11:19 AM
Robst - CLD |
Using LabVIEW since version 7.0 |
03-02-2006 11:33 AM - edited 03-02-2006 11:33 AM
If you have LabVIEW 8.0, you could use the Mathscript node. It is much more powerful 😉
Message Edited by altenbach on 03-02-2006 09:33 AM
03-02-2006 11:43 AM - edited 03-02-2006 11:43 AM
That's right, the Formula Node does not have a built-in factorial function. The MathScript Node in LabVIEW 8.0, however, does have a factorial function. Its syntax is b=factorial(a);.
And of course, you could always use the Factorial.vi. Or you could even write the code yourself! 🙂
-D
Message Edited by Darren on 03-02-2006 11:44 AM