// fast way to do a square root
double
y
=
Math
.
sqrt
(
x
)
;