Difference between revisions of "Math.ldexp"

From OpenEUO
Jump to: navigation, search
(Created page with " math.ldexp (m, n) Returns m2^n (n should be an integer).")
 
Line 2: Line 2:
  
 
Returns m2^n (n should be an integer).
 
Returns m2^n (n should be an integer).
 +
 +
[[Math.fmod]]
 +
 +
[[Math.log]]
 +
 +
[[Math.log10]]
 +
 +
[[Math.modf]]
 +
 +
[[Math.pow]]
 +
 +
[[Math.sqrt]]
 +
 +
[[String.format]]
 +
 +
[[Tonumber]]
 +
 +
[[Tostring]]

Revision as of 15:25, 9 October 2010

math.ldexp (m, n)

Returns m2^n (n should be an integer).

Math.fmod

Math.log

Math.log10

Math.modf

Math.pow

Math.sqrt

String.format

Tonumber

Tostring