sqrt(-3)

Specification

?
\[\begin{array}{l} \\ \sqrt{-3} \end{array} \]
(FPCore () :precision binary64 (sqrt (- 3.0)))
double code() {
	return sqrt(-3.0);
}
real(8) function code()
    code = sqrt(-3.0d0)
end function
public static double code() {
	return Math.sqrt(-3.0);
}
def code():
	return math.sqrt(-3.0)
function code()
	return sqrt(Float64(-3.0))
end
function tmp = code()
	tmp = sqrt(-3.0);
end
code[] := N[Sqrt[(-3.0)], $MachinePrecision]
\begin{array}{l}

\\
\sqrt{-3}
\end{array}

Cannot sample enough valid points. (more)