Skip to main content

LOG10_NEG_TD

Static LOG10_NEG_TD 

Source
pub(crate) static LOG10_NEG_TD: [(u64, u64, u64); 182]
Expand description

Generated by SageMath:

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_triple_double("", -RealField(180)(r).log10())