<div class="meta" robots="noindex">

</div>

Method

# Xojo.Math.Sqrt

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2020r2. Please use `Sqrt</api/math/sqrt>` as a replacement.

</div>

## Description

Returns the square root of the specified value.

## Sample code

Calculate the sine:

``` xojo
Using Xojo.Math

Dim d As Double
d = Sqrt(16)
```

## Compatibility

All project types on all supported operating systems.
