Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 373 Bytes

sqrt.adoc

File metadata and controls

35 lines (28 loc) · 373 Bytes

sqrt()

Important

Deprecated in 5.0.

Please use [func-math-sqrt] instead.

sqrt(input) => Float

Gets square root from number.

Table 1. Parameters

input

Number

Input number.

Return

Square root value.

Example
>>> sqrt(4)
2