LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Value of Pi?

I am going to use trigmetric functions,
so I need the value of Pi in LabWindows.
Please, teach me the value in LabWindows.
0 Kudos
Message 1 of 2
(3,946 Views)
"Jackey" writes:


> I am going to use trigmetric functions,
> so I need the value of Pi in LabWindows.
> Please, teach me the value in LabWindows.

#define PI 3.1415926535897932384626433832795028841971

You can find definitions for PI and other useful constants in
cvi/toolslib/toolbox/toolbox.h. Search for "Constants and
Conversions" in the header file.

Peter

-- Peter Ilberg
0 Kudos
Message 2 of 2
(3,946 Views)