Square root (SymPy, WMA)
Sqrt
Sqrt[4]
Sqrt[5]
Sqrt[5] // N
Sqrt[a]^2
Complex numbers:
Sqrt[-4]
I == Sqrt[-1]
Plot[Sqrt[a^2], {a, -2, 2}]