The carry block {row ? `order ${row.order}, ceil(D/2)` : 'nothing read'}
{row && }
{row && (
{row.polynomial}
{row.trace}
{row.determinant}
{shown(row.read.root)}
{row.fill}
{shown(row.spectral)}
)}
The exponent {row ? `sign ${row.read.sign > 0 ? 'plus one' : 'minus one'}` : 'nothing read'}
{row && (
{shown(row.read.log_root)}
{shown(row.read.log_fill)}
{`${shown(row.read.root)} against ${row.fill} / ${pick.base}`}
{shown(row.read.gap)}
{row.read.sign}
{row.law}
{row.read.sign === row.law ? 'yes' : 'no'}
{row.open ? 'the open odd class 1 mod 3' : dimension % 2 === 0 ? 'even half, proved on the shelf at bases 3 and 5' : pick.base === 3 ? 'odd half, proved on the shelf at base 3' : 'odd half at base 5, verified on this range and proved nowhere'}
)}
The order {row ? (row.fits ? 'the terms agree' : 'not enough terms') : ''}
{row && (
{row.order}
{row.found ?? (row.fits ? 'none fits these terms' : 'too few terms to read')}
2D + 1
{row.terms.length}
{row.capped ? 'the exact integers' : 'the levels asked for'}
)}