@HotSpotIntrinsicCandidate
public static native double sqrt (double a)

Returns the correctly rounded positive square root of a double value. Special cases:

Otherwise, the result is the double value closest to the true mathematical square root of the argument value.

Parameters:
a    a value.

Returns:  the positive square root of a.