Difference between revisions of "Math.sqrt"

From OpenEUO
Jump to: navigation, search
(Created page with " math.sqrt (x) Returns the square root of x. (You can also use the expression x^0.5 to compute this value.)")
(No difference)

Revision as of 21:26, 7 October 2010

math.sqrt (x)

Returns the square root of x. (You can also use the expression x^0.5 to compute this value.)