Sqrt returns the square root of the value specified by the parameter e.
A square root of a number, is a number that can be multiplied by itself to get the resulting number. For instance, the square root of sixteen (16) is four (4), because four (4) times four (4) equals sixteen (16).
Declaration: Function Sqrt(e : Extended) : Extended