math.sqrt
Returns the square root of x. (You can also use the expression x^0.5 to compute this value.)
math.sqrt(x: number): number
Arguments
| Name | Description | Type |
|---|---|---|
| x | N/A | number |
Returns number
Returns the square root of x. (You can also use the expression x^0.5 to compute this value.)
math.sqrt(x: number): number
| Name | Description | Type |
|---|---|---|
| x | N/A | number |
Returns number