$Square Root
From UBot Studio
(Difference between revisions)
(Created page with " This function is an Extended Math function in the UBot Extended Library. This command returns the square root of a given number. . '''Number:''' The number being calcula...") |
|||
Line 3: | Line 3: | ||
. | . | ||
− | '''Number:''' The number being calculated. Can also be a variable, list item, table or the [[eval]] function. | + | '''Number:''' The number being calculated. Can also be a variable, list item, table item or the [[eval]] function. |
== Example == | == Example == |
Latest revision as of 23:32, 10 June 2015
This function is an Extended Math function in the UBot Extended Library. This command returns the square root of a given number. .
Number: The number being calculated. Can also be a variable, list item, table item or the eval function.
[edit] Example
alert($square root(9))
Running the command will run an alert that brings up the square root of the value 9, which is 3.