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.)")
 
 
Line 2: Line 2:
  
 
Returns the square root of x. (You can also use the expression x^0.5 to compute this value.)
 
Returns the square root of x. (You can also use the expression x^0.5 to compute this value.)
 +
 +
[[Math.exp]]
 +
 +
[[Math.fmod]]
 +
 +
[[Math.frexp]]
 +
 +
[[Math.huge]]
 +
 +
[[Math.ldexp]]
 +
 +
[[Math.log]]
 +
 +
[[Math.log10]]
 +
 +
[[Math.modf]]
 +
 +
[[Math.pi]]
 +
 +
[[Math.pow]]
 +
 +
[[String.format]]
 +
 +
[[Tonumber]]
 +
 +
[[Tostring]]

Latest revision as of 15:31, 9 October 2010

math.sqrt (x)

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

Math.exp

Math.fmod

Math.frexp

Math.huge

Math.ldexp

Math.log

Math.log10

Math.modf

Math.pi

Math.pow

String.format

Tonumber

Tostring