Xojo.Math.Sqrt

From Xojo Documentation

Method

Xojo.Math.Sqrt(value As Double) As Double

Supported for all project types and targets.

Returns the square root of the specified value.

Sample Code

Calculate the sine:

Using Xojo.Math

Dim d As Double
d = Sqrt(16)