2023-06-22 Python - math.ldexp(x,i):x * (2**i) の解 mathモジュール Python3 概要 インポート 実行結果 表示イメージ 概要isqrt(x, i) frexp() の逆関数 mathモジュール インポート import math 実行結果 import math print(math.ldexp(0.5, 9)) 表示イメージ 256.0