pub(crate) static LOG10_NEG_DD: [(u64, u64); 182]Expand description
Generated by SageMath:
values = POW_INVERSE
R = RealField(150)
def hex_to_float(h):
return struct.unpack('>d', struct.pack('>Q', h))[0]
real_array = [R(hex_to_float(h)) for h in values]
for r in real_array:
print_double_double("", -RealField(180)(r).log10())