Difference between revisions of "Math.ldexp"
From OpenEUO
| Line 2: | Line 2: | ||
Returns m2^n (n should be an integer). | Returns m2^n (n should be an integer). | ||
| + | |||
| + | [[Math.exp]] | ||
[[Math.fmod]] | [[Math.fmod]] | ||
| + | |||
| + | [[Math.frexp]] | ||
[[Math.log]] | [[Math.log]] | ||
Latest revision as of 14:29, 9 October 2010
math.ldexp (m, n)
Returns m2^n (n should be an integer).