GM: sqrt
From GMpedia.org Wiki
- The correct title of this article is sqrt. It appears incorrectly here because of technical restrictions.
Arguments
1: value
Limitations
argument must be positive
Note: Please remove limitations and port them in the "Remarks" section at the end of the article.
- The correct title of this article is sqrt(). It appears incorrectly here because of technical restrictions.
The sqrt() function in Game Maker returns the square root of a value. The input can be any positive real number, even a variable that has a real number value, but no letters, or negative numbers. e.g. sqrt(4) returns 2, sqrt(81) returns 9, ...
Content from Game Maker Knowledge Base, was used to expand this article. The content was contributed by cityscape.

