Sqrt: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) m New page: sqrt <input variable> <output variable> Gets the square root of <input variable> and returns the value to <output variable>. |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
sqrt <input [[gamevar|variable]]> <output [[gamevar|variable]]> | '''sqrt''' <input [[gamevar|variable]]> <output [[gamevar|variable]]> | ||
Gets the square root of <input variable> and returns the value to <output variable>. | Gets the square root of <input variable> and returns the value to <output variable>. | ||
[[Category:EDuke commands]] | |||
[[Category:Gamevar manipulation]] |