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: 

extended precision variable declaration in formula node?

I'm looking for a way to define my variables inside my formula node as extended precision but everytime I attempt this, I get an error.  To my understanding, the declaration should be "long double" but it does not seem to work.  Anyone have any ideas?

Greycat
0 Kudos
Message 1 of 3
(3,495 Views)
In the formula node syntax on-line help, floating point type declarations are listed as float, float32, and float64. Neither 'long' or 'double' are correct.
Message 2 of 3
(3,487 Views)
Thanks Dennis ... I guess sometimes it seems quicker to ask instead of looking... but then I found what you were referencing very quickly.  Just being lazy I suppose!!!  Anyway, thanks for the help.

Greycat
0 Kudos
Message 3 of 3
(3,475 Views)