Summary: Use Windows PowerShell to easily display the value of pi.
How can I use Windows PowerShell to obtain the value for pi?
Use the Pi static property from the System.Math class:
[math]::pi
Summary: Use Windows PowerShell to easily display the value of pi.
How can I use Windows PowerShell to obtain the value for pi?
Use the Pi static property from the System.Math class:
[math]::pi