sqrt
sqrt
sqrt
Syntax
(sqrt number)
Arguments
number: The number you want to find the square root to.
Returns
number: The square root of the given number. It will be truncated at the decimal point.
Category
0.99
,
math
Description
Finds the square root of the given number.
Example
(
sqrt
1000
)
Returns 31. Return to
Functions
list