fork download
  1. #(2^((2^(w-1))-1))*(2-(2^-t))
  2. #2^16倍精度
  3. #(2^((2^(71-1))-1))*(2-(2^-2097080))
  4. from decimal import *
  5. getcontext().prec = 100
  6. getcontext().Emax = 10**10**5
  7. a=(Decimal(2) ** ((Decimal(2) ** (Decimal(71) - Decimal(1))) - Decimal(1))) * (Decimal(2) - (Decimal(2) ** Decimal(-2097080)))
  8. print(a)
Success #stdin #stdout 0.15s 66828KB
stdin
Standard input is empty
stdout
8.751158848740476104171068534561420331800200930194140062439011962812174483292686870548794134181772232E+355393490465494856465