math.ldexp
←
math
型:function
code:Lua
math.ldexp(x,exp)
x - 仮数部
exp - 指数部
説明
$ x \times 2^{exp}
を返します。
関連
math.frexp
― 逆のことができる