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>.
 
mNo edit summary
Line 2: Line 2:


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]]

Revision as of 15:29, 7 July 2007

sqrt <input variable> <output variable>

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