If you mean, "Can a function have two different outputs for the same input?", then no. It's part of the definintion of a function that it has only one output for a given input. So LaTeX Code: f(x) = \\sqrt{x} defines a function LaTeX Code: f which gives the positive square root of a real number LaTeX Code: x . But this function isn't the inverse of the function LaTeX Code: g defined by LaTeX Code: g(x) = x^2 . In fact, if LaTeX Code: g is a function from the real numbers to the real numbers, it has no inverse function.
Something else to watch out for: sometimes the term "square root of x" refers to the positive square root, that is, LaTeX Code: \\sqrt{x} \\equiv x^{1/2} , while other times, the "square root of x" means "a real number, y, such that y2 = x", where y can be positive or negative.
http://en.wikipedia.org/wiki/Square_root