The qsqrt function returns a gmp rational number
(class bigq) approximating the square root of
x. The qsqrt2, qsqrt3, and qsqrtPhi functions
return a gmp rational number approximating the square root of
2, 3, and phi (the golden number) respectively.
Their value converge more fastly than the value obtained with qsqrt.