Sqrt: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m New page: sqrt <input variable> <output variable> Gets the square root of <input variable> and returns the value to <output variable>.
 
One (talk | contribs)
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]]

Latest revision as of 13:34, 4 May 2009

sqrt <input variable> <output variable>

Gets the square root of <input variable> and returns the value to <output variable>.