Summary: Learn how to find Windows PowerShell math methods.
How can I use Windows PowerShell to find math methods so I can perform some mathematical calculations?
Use the [math] type accelerator, pipe it to the Get-Member cmdlet, and use the –Static operator:
[math] | get-member -Static