Number.Sqrt
The function returns the square root of a given number. If the number is null, the function will also return null. And if the number is negative, the function will return NaN (Not a Number).
The function returns the square root of a given number. If the number is null, the function will also return null. And if the number is negative, the function will return NaN (Not a Number).