Functions Documentation
View Function Edit Function
Name sqrt
Syntax (sqrt number)
Argument List 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.
Comment Helpful math function. Only finds the first digit.