• cremno's avatar
    fix irep float dump format string for MRB_USE_FLOAT · ad50a6c4
    cremno authored
    IEC 60559 single format has 6 to 9 significant decimal digits precision.
    
    However the printf conversion specifier e (and E, of course) already
    writes 1 digit - the one before the decimal point - and precision
    specifies the number of digits to write after the decimal point.
    ad50a6c4
dump.c 27.7 KB