Expand description
Original iteration output — port of
Algorithm/IpOrigIterationOutput.{hpp,cpp}.
Column layout follows upstream’s literal Snprintf schema but
widens the lg(mu) / lg(rg) / e-format fields by one or two
characters so that:
- the e-format columns no longer wiggle by one character when a
value transitions between 1-digit and 2-digit exponent
magnitudes (
1.44e-7vs8.83e-13), since [format_e] always emits the C%.Neform (signed, zero-padded 2-digit exponent); - each header label right-aligns exactly to the right edge of its data column, instead of inheriting upstream’s hand-rolled spacing that left several labels off by 1–2 characters.