PowerShell: Arithmetic Operators

By Xah Lee. Date: .

Basic Arithmetic Operators

Power

[Math]::Pow(2,3)
# 8

Bit Operators