News

Thanks to .NET, we were able to use PowerShell to calculate a square root. So as you can see, PowerShell makes it really easy to do math so long as you know how to tap into the .NET System.Math class.
The method that I used involved tapping into a .NET class called System.Math. If you read the previous post then you know that accessing .NET classes is relatively simple to do.