bugzpodder is correct. Sqrt(x) only returns the +ve result. x^(1/2) returns both +ve and -ve.

Old school maths people consider Sqrt(x) as a one-to-one function and x^(1/2) as a one-to-many function.