Method

Xojo.Math.Sqrt


Warning

This item was deprecated in version 2020r2. Please use Sqrt as a replacement.

Description

Returns the square root of the specified value.

Sample code

Calculate the sine:

Using Xojo.Math

Dim d As Double
d = Sqrt(16)

Compatibility

All project types on all supported operating systems.