sqrt

fun sqrt(x: Half): Half

Returns the square root of x.

Returns NaN if x is NaN or negative. Returns x if x is zero or positive infinity.

Return

√x as a Half

Parameters

x

the input value