08-07-2009 10:36 AM
Hello,
I have a big formule containing complex numbers that I want to calculate in labview. The mathscript node offers a simple way of adding formula's and can work with complex numbers. However, I need extended precision complex nubmers, which is available outside the node but not in the node.
My question, is it possible to let the node work with extended precision or is there a work around? I don't feel much for clicking my way with + and - blocks through the whole formula. Any other advice is also welcome!
Best regards and tanks for your time,
Niels
08-10-2009 03:09 AM
Hey,
No, there is no Extended Complex Precision Number possible within the MathScript node, only Double Complex Precision.
So either you try to be happy with DBL or you implement it in LabVIEW, which is anyway faster then using the MathSript node.
Christian
08-11-2009 11:19 AM